mirror of
https://github.com/inventree/InvenTree.git
synced 2026-08-16 02:06:29 +00:00
[bug] Fix broken user setting (#12638)
- Closes https://github.com/inventree/InvenTree/issues/12637
This commit is contained in:
@@ -65,7 +65,8 @@ export default function UserSettings() {
|
|||||||
'SHOW_EXTRA_MODEL_INFO',
|
'SHOW_EXTRA_MODEL_INFO',
|
||||||
'SHOW_FULL_LOCATION_IN_TABLES',
|
'SHOW_FULL_LOCATION_IN_TABLES',
|
||||||
'SHOW_FULL_CATEGORY_IN_TABLES',
|
'SHOW_FULL_CATEGORY_IN_TABLES',
|
||||||
'SHOW_BOM_SUBASSEMBLY_LEVELS'
|
'SHOW_BOM_SUBASSEMBLY_LEVELS',
|
||||||
|
'DISPLAY_ITEMS_FINAL_LEVEL'
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user