Added type to global variables
This commit is contained in:
parent
b38e8d375f
commit
7cb58b4992
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue