diff --git a/src/frontend/src/pages/SettingsPage/pages/GlobalVariablesPage/index.tsx b/src/frontend/src/pages/SettingsPage/pages/GlobalVariablesPage/index.tsx index 3c5d797b7..5530c8468 100644 --- a/src/frontend/src/pages/SettingsPage/pages/GlobalVariablesPage/index.tsx +++ b/src/frontend/src/pages/SettingsPage/pages/GlobalVariablesPage/index.tsx @@ -81,6 +81,7 @@ export default function GlobalVariablesPage() { flex: 2, }, //This column will be twice as wide as the others { + headerName: "Type", field: "type", cellRenderer: BadgeRenderer, cellEditor: DropdownEditor,