Merge pull request #45689 from nextcloud/backport/45679/stable28

[stable28] fix(files_sharing): usage of NcTextField in SelectShareFolderDialogue
This commit is contained in:
Andy Scherzinger 2024-06-06 14:49:16 +02:00 committed by GitHub
commit 7a9cb7fe9f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@
<NcTextField class="share-folder__picker"
type="text"
:label="t('files_sharing', 'Set default folder for accepted shares')"
:placeholder="readableDirectory"
:value="readableDirectory"
@click.prevent="pickFolder" />
<!-- Show reset button if folder is different -->

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long