Skip to content

Commit

Permalink
fix(files_sharing): usage of NcTextField in SelectShareFolderDialogue
Browse files Browse the repository at this point in the history
The NcTextField needs a value property to be set.

Signed-off-by: Louis Chemineau <louis@chmn.me>
  • Loading branch information
artonge committed Jun 6, 2024
1 parent ad73418 commit 914c4a2
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 914c4a2

Please sign in to comment.