Skip to content

Commit

Permalink
fix(deps): update dependency @nextcloud/dialogs to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and max-nextcloud committed Dec 29, 2023
1 parent 17b2bab commit da91bbe
Show file tree
Hide file tree
Showing 3 changed files with 169 additions and 82 deletions.
248 changes: 168 additions & 80 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@nextcloud/auth": "^2.2.1",
"@nextcloud/axios": "^2.4.0",
"@nextcloud/browser-storage": "^0.3.0",
"@nextcloud/dialogs": "^4.2.2",
"@nextcloud/dialogs": "^5.0.3",
"@nextcloud/event-bus": "^3.1.0",
"@nextcloud/files": "^3.0.0",
"@nextcloud/initial-state": "^2.1.0",
Expand Down
1 change: 0 additions & 1 deletion src/components/Nav/CollectivesGlobalSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ export default {
selectCollectivesFolder() {
const picker = getFilePickerBuilder(t('collectives', 'Select location for collectives'))
.setMultiSelect(false)
.setModal(true)
.setType(1)
.addMimeTypeFilter('httpd/unix-directory')
.allowDirectories()
Expand Down

0 comments on commit da91bbe

Please sign in to comment.