Skip to content

Commit

Permalink
fix: sessionStorage formData
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchappell committed Nov 27, 2024
1 parent 83f9d8a commit 76650e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/js/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export class FormeoEditor {
dom.setOptions = opts
Components.config = config

this.userFormData = cleanFormData(userFormData || formData)
this.userFormData = userFormData || formData

this.Components = Components
this.dom = dom
Expand Down

0 comments on commit 76650e2

Please sign in to comment.