[bug] Fix broken user setting (#12638) (#12639)

- Closes https://github.com/inventree/InvenTree/issues/12637

(cherry picked from commit 4767edfe1b)

Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
This commit is contained in:
github-actions[bot]
2026-08-14 09:35:08 +10:00
committed by GitHub
co-authored by Oliver
parent 6362f59fd5
commit c977de706a
@@ -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'
]} ]}
/> />
) )