Commit 41be15ee by Ryan McKinley Committed by Daniel Lee

Add feet to the length menu (#9889)

parent 0d85c63f
......@@ -891,6 +891,7 @@ kbn.getUnitFormats = function() {
submenu: [
{ text: 'millimetre (mm)', value: 'lengthmm' },
{ text: 'meter (m)', value: 'lengthm' },
{ text: 'feet (ft)', value: 'lengthft' },
{ text: 'kilometer (km)', value: 'lengthkm' },
{ text: 'mile (mi)', value: 'lengthmi' },
],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment