mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-27 02:50:34 +08:00
Refactor: Block only last column size
This commit is contained in:
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user