Skip to content

Commit

Permalink
Merge pull request #45689 from nextcloud/backport/45679/stable28
Browse files Browse the repository at this point in the history
[stable28] fix(files_sharing): usage of NcTextField in SelectShareFolderDialogue
  • Loading branch information
AndyScherzinger authored Jun 6, 2024
2 parents c114b36 + 99af704 commit 7a9cb7f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
Expand Down
4 changes: 2 additions & 2 deletions dist/files_sharing-personal-settings.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/files_sharing-personal-settings.js.map

Large diffs are not rendered by default.

0 comments on commit 7a9cb7f

Please sign in to comment.