mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
--amend
This commit is contained in:
@@ -88,9 +88,7 @@ export default function ColumnMenu() {
|
||||
if (column && column.type === FieldType.last) {
|
||||
setModal({
|
||||
type: ModalStates.new,
|
||||
data: {
|
||||
initializeColumn: { index: column.index ? column.index + 1 : 0 },
|
||||
},
|
||||
data: {},
|
||||
});
|
||||
}
|
||||
}, [column]);
|
||||
|
||||
Reference in New Issue
Block a user