Skip to content

Commit 8960df2

Browse files
Pytalnextcloud-command
authored andcommitted
Fix share input id
Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
1 parent 193e096 commit 8960df2

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

apps/files_sharing/src/components/SharingInput.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<div class="sharing-search">
2525
<label for="sharing-search-input">{{ t('files_sharing', 'Search for share recipients') }}</label>
2626
<NcSelect ref="select"
27-
id="sharing-search-input"
27+
input-id="sharing-search-input"
2828
class="sharing-search__input"
2929
:disabled="!canReshare"
3030
:loading="loading"

dist/files_sharing-files_sharing_tab.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/files_sharing-files_sharing_tab.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)