Skip to content

Commit ff77e88

Browse files
committed
editor: bugfix - Made isCreate available to editors
1 parent 64a5bed commit ff77e88

File tree

1 file changed

+2
-1
lines changed
  • src/components/layout/table-row/row/cell

1 file changed

+2
-1
lines changed

src/components/layout/table-row/row/cell/Editor.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ export const Editor = ({
103103
columnIndex: index,
104104
value: value && value.toJS ? value.toJS() : value,
105105
isRowSelected,
106-
stateKey
106+
stateKey,
107+
isCreate: editorData.isCreate
107108
}
108109
);
109110

0 commit comments

Comments
 (0)