Skip to content

Commit

Permalink
Merge pull request #1137 from nextcloud-libraries/fix/saving-last-path
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv committed Dec 8, 2023
2 parents eb34267 + 5a800bb commit 56199c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/FilePicker/FilePicker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ const props = withDefaults(defineProps<{
filterFn: undefined,
mimetypeFilter: () => [],
multiselect: true,
path: '/',
path: undefined,
})
const emit = defineEmits<{
Expand Down

0 comments on commit 56199c2

Please sign in to comment.