Skip to content

Commit

Permalink
Merge pull request #101 from Vanderslice/feature/editor-iscreate
Browse files Browse the repository at this point in the history
editor: bugfix - Made isCreate available to editors
  • Loading branch information
bencripps authored Feb 10, 2017
2 parents 64a5bed + ff77e88 commit 3911238
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/layout/table-row/row/cell/Editor.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ export const Editor = ({
columnIndex: index,
value: value && value.toJS ? value.toJS() : value,
isRowSelected,
stateKey
stateKey,
isCreate: editorData.isCreate
}
);

Expand Down

0 comments on commit 3911238

Please sign in to comment.