Skip to content

Commit

Permalink
Merge pull request #681 from madeindjs/fix-align
Browse files Browse the repository at this point in the history
fix(ui): fix `BuilderFieldsAlign` binding
  • Loading branch information
ramedina86 authored Dec 6, 2024
2 parents 7167f7c + d3e8a7e commit 1efc789
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/src/builder/settings/BuilderFieldsAlign.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
<div v-if="mode == 'pick' || mode == 'css'" class="main">
<div v-if="mode == 'pick'" class="pickerContainer">
<BuilderSelect
:value="subMode"
:model-value="subMode"
:options="selectOptions"
@input="handleInputSelect"
@update:model-value="handleInputSelect"
/>
</div>

Expand Down

0 comments on commit 1efc789

Please sign in to comment.