Skip to content

Commit

Permalink
chore: Use NcSelect label
Browse files Browse the repository at this point in the history
Signed-off-by: Louis Chemineau <[email protected]>
  • Loading branch information
artonge committed Jul 3, 2024
1 parent 7ccddc0 commit 5363e6e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/Albums/CollaboratorsSelectionForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@
{{ t('photos', 'Add collaborators') }}
</h2>

<label class="manage-collaborators__subtitle" for="sharing-search-input">
{{ t('photos', 'Add people or groups who can edit your album') }}
</label>
<form class="manage-collaborators__form" @submit.prevent>
<NcSelect v-model="searchText"
input-id="sharing-search-input"
:input-label="t('photos', 'Add people or groups who can edit your album')"
:loading="loadingCollaborators"
label="label"
:filterable="false"
Expand Down

0 comments on commit 5363e6e

Please sign in to comment.