Skip to content

Commit 76650e2

Browse files
committed
fix: sessionStorage formData
1 parent 83f9d8a commit 76650e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/js/editor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export class FormeoEditor {
3232
dom.setOptions = opts
3333
Components.config = config
3434

35-
this.userFormData = cleanFormData(userFormData || formData)
35+
this.userFormData = userFormData || formData
3636

3737
this.Components = Components
3838
this.dom = dom

0 commit comments

Comments
 (0)