Skip to content

Commit 3911238

Browse files
authored
Merge pull request #101 from Vanderslice/feature/editor-iscreate
editor: bugfix - Made isCreate available to editors
2 parents 64a5bed + ff77e88 commit 3911238

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)