Skip to content

Commit

Permalink
Merge pull request #1826 from nextcloud/fix/remove-deprecated-setmodal
Browse files Browse the repository at this point in the history
Remove deprecated setModal
  • Loading branch information
Chartman123 authored Dec 9, 2023
2 parents 486cccc + ca45c8e commit 8ec7f06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/Results.vue
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ import PermissionTypes from '../mixins/PermissionTypes.js'
const picker = getFilePickerBuilder(t('forms', 'Save CSV to Files'))
.setMultiSelect(false)
.setModal(true)
.setType(1)
.allowDirectories()
.build()
Expand Down

0 comments on commit 8ec7f06

Please sign in to comment.