aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2024-08-30 15:47:32 +0200
committernextcloud-command <nextcloud-command@users.noreply.github.com>2024-08-30 14:05:08 +0000
commit6ac090a3873a5fc124644b510da21c14fdd4d859 (patch)
tree4fa34d2f70bd56b57865514139c38f74f3f37837 /apps/files/src
parent93459596652fa7a05ccaca2e77c02935c68073e7 (diff)
downloadnextcloud-server-6ac090a3873a5fc124644b510da21c14fdd4d859.tar.gz
nextcloud-server-6ac090a3873a5fc124644b510da21c14fdd4d859.zip
fix(files): missing RawLocation type import
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'apps/files/src')
-rw-r--r--apps/files/src/components/DragAndDropNotice.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/src/components/DragAndDropNotice.vue b/apps/files/src/components/DragAndDropNotice.vue
index 5d125e3b6cd..6af333eb660 100644
--- a/apps/files/src/components/DragAndDropNotice.vue
+++ b/apps/files/src/components/DragAndDropNotice.vue
@@ -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'