Closed ishboo closed 1 month ago
Device selection is pulled from the globals table, that table only updates when a dropdown is changes meaning if a dropdown changes at project load or potentially other times, the globals table won't match what is in the dropdown
Consider skipping the globals table for this so there is only one source of truth
On second thought, want to keep globals, force them on reload
Device selection is pulled from the globals table, that table only updates when a dropdown is changes meaning if a dropdown changes at project load or potentially other times, the globals table won't match what is in the dropdown