Skip to content

Commit

Permalink
fix(files): missing RawLocation type import
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
  • Loading branch information
skjnldsv authored and nextcloud-command committed Aug 30, 2024
1 parent 9345959 commit 6ac090a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions apps/files/src/components/DragAndDropNotice.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@

<script lang="ts">
import type { Folder } from '@nextcloud/files'
import type { RawLocation } from 'vue-router'
import { Permission } from '@nextcloud/files'
import { showError } from '@nextcloud/dialogs'
Expand Down
4 changes: 2 additions & 2 deletions dist/files-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/files-main.js.map

Large diffs are not rendered by default.

0 comments on commit 6ac090a

Please sign in to comment.