Skip to content

Commit

Permalink
editor: bugfix - Made isCreate available to editors
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanderslice committed Feb 10, 2017
1 parent 64a5bed commit ff77e88
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 ff77e88

Please sign in to comment.