Skip to content

Commit

Permalink
[native] fix(AddBookmarkIntent): Folder selector was broken
Browse files Browse the repository at this point in the history
fixes #1791
  • Loading branch information
marcelklehr committed Dec 8, 2024
1 parent 7a3ef56 commit 183c296
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/views/native/AddBookmarkIntent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
</v-card>
</v-main>
<DialogChooseFolder
v-if="tree"
v-model="temporaryParent"
:display.sync="displayFolderChooser"
:tree="tree" />
Expand Down

0 comments on commit 183c296

Please sign in to comment.