From 7cb58b49926ece39be1b00167226e1ca96ecb4e2 Mon Sep 17 00:00:00 2001 From: Lucas Oliveira Date: Mon, 10 Jun 2024 17:29:20 -0300 Subject: [PATCH] Added type to global variables --- .../src/pages/SettingsPage/pages/GlobalVariablesPage/index.tsx | 1 + 1 file changed, 1 insertion(+) 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,