Skip to content

Commit

Permalink
[form-builder] Fix invalid prop (#812)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge committed May 15, 2018
1 parent 46a939f commit 5156a96
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -206,7 +206,7 @@ export default class ArrayOfPrimitivesInput extends React.PureComponent<Props> {
onAppendItem={this.handleAppend}
onPrependItem={this.handlePrepend}
onFocusItem={this.handleFocusItem}
createValue={getEmptyValue}
onCreateValue={getEmptyValue}
onChange={onChange}
/>
</div>
Expand Down

0 comments on commit 5156a96

Please sign in to comment.