Skip to content

Commit

Permalink
Fix: select alias
Browse files Browse the repository at this point in the history
Signed-off-by: hamza mahjoubi <[email protected]>
  • Loading branch information
hamza221 committed Dec 29, 2023
1 parent 7793f09 commit deb2620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Composer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
:value="selectedAlias"
:options="aliases"
label="name"
track-by="selectId"
:get-option-key="(option)=>option.selectId"
:searchable="false"
:placeholder="t('mail', 'Select account')"
:clear-on-select="false"
Expand Down

0 comments on commit deb2620

Please sign in to comment.