Skip to content

Commit

Permalink
[form-builder] Don't open edit dialog for uploaded items (#811)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge committed May 18, 2018
1 parent 972c697 commit 667659f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -244,7 +244,7 @@ export default class ArrayInput extends React.Component<Props, State> {
const item = createProtoValue(type)

const key = item._key
this.handleAppend(item)
this.insert(item, 'after', -1)

const events$ = uploader
.upload(file, type)
Expand Down

0 comments on commit 667659f

Please sign in to comment.