Skip to content

Commit

Permalink
Fixed account-select to default to single choice
Browse files Browse the repository at this point in the history
  • Loading branch information
cioraneanu committed Jun 3, 2024
1 parent 254ab25 commit 004fa1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/components/select/account-select.vue
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const props = defineProps({
default: () => Account.typesList(),
},
isMultiSelect: {
default: true,
default: false,
},
})
Expand Down

0 comments on commit 004fa1e

Please sign in to comment.