Skip to content

Commit

Permalink
reatore vue-form-builder
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo Quelca committed Feb 28, 2024
1 parent 31878da commit 5b5e2dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/vue-form-builder.vue
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ export default {
created() {
this.$store.dispatch("undoRedoModule/pushState", {
config: JSON.stringify(this.config),
currentPage: -1
currentPage: this.currentPage
});
this.initiateLanguageSupport();
},
Expand Down

0 comments on commit 5b5e2dc

Please sign in to comment.