This commit is contained in:
Gibson Han
2022-01-31 18:06:36 +07:00
parent 5151e09959
commit cf4b547315

View File

@@ -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]);