Skip to content

Commit

Permalink
Add isFolder
Browse files Browse the repository at this point in the history
  • Loading branch information
lookacat committed Aug 23, 2022
1 parent db08b03 commit de2b9f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ export default defineComponent({
resolveStrategy = await resolveFileExists(
this.createModal,
this.hideModal,
{ name: rootFolder },
{ name: rootFolder, isFolder: true },
1,
this.$gettext,
this.$gettextInterpolate,
Expand Down

0 comments on commit de2b9f2

Please sign in to comment.