+ client: add comment about order of settings dropdown order
This commit is contained in:
parent
8e30c69e4a
commit
2c6e3d0e91
|
@ -12,6 +12,9 @@ const MENU_ITEMS = [
|
|||
{
|
||||
route: '', exact: true, xlinkHref: 'dashboard', text: 'dashboard', order: 0,
|
||||
},
|
||||
|
||||
// Settings dropdown should have visual order 1
|
||||
|
||||
{
|
||||
route: 'filters', xlinkHref: 'filters', text: 'filters', order: 2,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue