Skip to content

Commit

Permalink
fix: #387
Browse files Browse the repository at this point in the history
  • Loading branch information
khansadaoudi committed Aug 21, 2024
1 parent 5c32248 commit 9da9214
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/components/project/ExportDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,15 @@
</q-item>
</q-list>
<div v-if="other">
<q-select multiple dense outlined use-chips v-model="users" :options="otherUsers" :label="$t('exportSamples.selectOtherUsers')" />
<q-select
multiple
dense
outlined
use-chips
v-model="users"
:options="usersTreesFrom.filter((user) => user !== username && user !== 'validated')"
:label="$t('exportSamples.selectOtherUsers')"
/>
</div>
</q-card-section>
<q-card-actions align="around">
Expand Down

0 comments on commit 9da9214

Please sign in to comment.