Skip to content

Commit

Permalink
fix: remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stafyniaksacha committed Sep 17, 2023
1 parent 2496119 commit 0d29aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/form/BaseListbox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ const value = computed(() => {
typeof props.multipleLabel === 'function'
? props.multipleLabel(value, props.properties.label)
: props.multipleLabel
}}sdfsf
}}
</div>
</template>

Expand Down

0 comments on commit 0d29aa8

Please sign in to comment.