diff --git a/src/frontend/src/pages/SettingsPage/pages/GlobalVariablesPage/index.tsx b/src/frontend/src/pages/SettingsPage/pages/GlobalVariablesPage/index.tsx index a3501027d..0ecdd588b 100644 --- a/src/frontend/src/pages/SettingsPage/pages/GlobalVariablesPage/index.tsx +++ b/src/frontend/src/pages/SettingsPage/pages/GlobalVariablesPage/index.tsx @@ -83,7 +83,6 @@ export default function GlobalVariablesPage() { headerName: "Variable Name", field: "name", flex: 2, - resizable: false, }, //This column will be twice as wide as the others { field: "type", @@ -94,7 +93,6 @@ export default function GlobalVariablesPage() { }, flex: 1, editable: false, - resizable: false, }, // { // field: "value", diff --git a/src/frontend/src/pages/SettingsPage/pages/ShortcutsPage/index.tsx b/src/frontend/src/pages/SettingsPage/pages/ShortcutsPage/index.tsx index fe4ba7466..9f5b7d5d8 100644 --- a/src/frontend/src/pages/SettingsPage/pages/ShortcutsPage/index.tsx +++ b/src/frontend/src/pages/SettingsPage/pages/ShortcutsPage/index.tsx @@ -25,7 +25,6 @@ export default function ShortcutsPage() { field: "name", flex: 1, editable: false, - resizable: false, }, //This column will be twice as wide as the others { field: "shortcut",