Added type to global variables

This commit is contained in:
Lucas Oliveira 2024-06-10 17:29:20 -03:00
commit 7cb58b4992

View file

@ -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,