Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix(files_sharing): usage of NcTextField in SelectShareFolderDialogue
The NcTextField needs a value property to be set.

Signed-off-by: Louis Chemineau <[email protected]>

[skip ci]
  • Loading branch information
artonge authored and backportbot[bot] committed Jun 6, 2024
commit 79cf454636788431370621d3f8b8749fcf66486c
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