Skip to content

Commit

Permalink
remove deprecated setType from filePicker
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Hartmann <[email protected]>
  • Loading branch information
Chartman123 committed Dec 22, 2023
1 parent 3b11ca8 commit 8e9c5c6
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)
.setType(1)
.allowDirectories()
.build()

Expand Down

0 comments on commit 8e9c5c6

Please sign in to comment.