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 5, 2024
1 parent 94bc020 commit 3ef2c71
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 3ef2c71

Please sign in to comment.