Skip to content

Commit

Permalink
merge mixins
Browse files Browse the repository at this point in the history
  • Loading branch information
sapayth committed Jan 10, 2025
1 parent 78bcb6a commit 1617bf1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
* Field template: Column Field
*/
const mixins = [
wpuf_mixins.form_field_mixin
wpuf_mixins.form_field_mixin,
wpuf_mixins.add_form_field
];

if (window.wpuf_forms_mixin_builder_stage) {
Expand Down
3 changes: 2 additions & 1 deletion assets/js/wpuf-form-builder-components.js
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,8 @@ Vue.component('form-cloudflare_turnstile', {
* Field template: Column Field
*/
const mixins = [
wpuf_mixins.form_field_mixin
wpuf_mixins.form_field_mixin,
wpuf_mixins.add_form_field
];

if (window.wpuf_forms_mixin_builder_stage) {
Expand Down

0 comments on commit 1617bf1

Please sign in to comment.