Skip to content

Commit

Permalink
Revert change to FormBuilder.getFormData which triggers the stage to …
Browse files Browse the repository at this point in the history
…close on call
  • Loading branch information
lucasnetau authored and kevinchappell committed Apr 21, 2022
1 parent 4ee0172 commit 64698a6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/js/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -1265,8 +1265,6 @@ export default class Helpers {
* @return {Array|String} formData
*/
getFormData(type = 'js', formatted = false) {
this.closeAllEdit()

const h = this
const data = {
js: () => h.prepData(h.d.stage),
Expand Down

0 comments on commit 64698a6

Please sign in to comment.