Skip to content

Commit

Permalink
fix: field removed from stage but not formData
Browse files Browse the repository at this point in the history
resolves #1028
  • Loading branch information
kevinchappell committed Jan 28, 2020
1 parent 4e844bd commit 2c6d824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/form-builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -1257,7 +1257,7 @@ const FormBuilder = function(opts, element, $) {
h.confirm([warnH3, warnMessage], () => h.removeField(deleteID), coords)
$field.addClass('deleting')
} else {
h.removeField(deleteID, e)
h.removeField(deleteID)
}
})

Expand Down

0 comments on commit 2c6d824

Please sign in to comment.