Skip to content

Commit

Permalink
Merge pull request #45679 from nextcloud/artonge/fix/error_with_share…
Browse files Browse the repository at this point in the history
…_folder_selection_form

fix(files_sharing): usage of NcTextField in SelectShareFolderDialogue
  • Loading branch information
artonge committed Jun 6, 2024
2 parents ad73418 + 914c4a2 commit 31c07d0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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
6 changes: 3 additions & 3 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 31c07d0

Please sign in to comment.