Skip to content

Commit

Permalink
Fix property assignation
Browse files Browse the repository at this point in the history
  • Loading branch information
caleeli committed Sep 26, 2024
1 parent 15c2809 commit b7fad6a
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 @@ -106,7 +106,7 @@
ref="tabsBar"
:pages="config"
:is-multi-page="showToolbar"
show-clipboard="true"
:show-clipboard="true"
@tab-opened="currentPage = $event"
@clearClipboard="clearClipboard"
>
Expand Down

0 comments on commit b7fad6a

Please sign in to comment.