Refactor: Block only last column size

This commit is contained in:
igorrCarvalho 2024-05-06 21:45:10 -03:00
commit 8cae3c75f2
2 changed files with 0 additions and 3 deletions

View file

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

View file

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