mirror of
https://github.com/rowyio/rowy.git
synced 2026-02-24 04:01:17 +01:00
show set column width option even if column.resizable is undefined
This commit is contained in:
@@ -272,7 +272,7 @@ export default function ColumnMenu({
|
||||
openColumnModal({ type: "setColumnWidth", columnKey: column.key });
|
||||
handleClose();
|
||||
},
|
||||
disabled: !column.resizable,
|
||||
disabled: column.resizable === false,
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user