diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2023-08-18 11:10:00 +0200 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2023-08-23 14:03:51 +0200 |
commit | 2c9acd5d5d9b99a586ab35d86780cdaf0e94df5e (patch) | |
tree | 9e0f53bc7aead84b3313287294cd3bd593bf809d /apps/files/src/components/VirtualList.vue | |
parent | b4e71ad0fb282fbc9981924b9783ae6659a9e4fe (diff) | |
download | nextcloud-server-2c9acd5d5d9b99a586ab35d86780cdaf0e94df5e.tar.gz nextcloud-server-2c9acd5d5d9b99a586ab35d86780cdaf0e94df5e.zip |
feat: migrate FileAction from server
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files/src/components/VirtualList.vue')
-rw-r--r-- | apps/files/src/components/VirtualList.vue | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/files/src/components/VirtualList.vue b/apps/files/src/components/VirtualList.vue index e028df9fea1..511053b2fa1 100644 --- a/apps/files/src/components/VirtualList.vue +++ b/apps/files/src/components/VirtualList.vue @@ -32,8 +32,7 @@ </template> <script lang="ts"> -import { File, Folder } from '@nextcloud/files' -import { debounce } from 'debounce' +import { File, Folder, debounce } from 'debounce' import Vue from 'vue' import logger from '../logger.js' |