diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2023-04-04 11:43:21 +0200 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2023-04-06 15:31:35 +0200 |
commit | 904348b8c75aef856984e7c24a9b666ad8d257fd (patch) | |
tree | 9805c9c2eca551cd70f6ea48bdccd4600a7eeb82 /apps/files/src | |
parent | bdbe4773370aa9f29e4514fb9be73a9f2a033244 (diff) | |
download | nextcloud-server-904348b8c75aef856984e7c24a9b666ad8d257fd.tar.gz nextcloud-server-904348b8c75aef856984e7c24a9b666ad8d257fd.zip |
chore(npm): build assets
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files/src')
-rw-r--r-- | apps/files/src/components/FilesListHeaderActions.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/src/components/FilesListHeaderActions.vue b/apps/files/src/components/FilesListHeaderActions.vue index 8f519734284..77302b92d6a 100644 --- a/apps/files/src/components/FilesListHeaderActions.vue +++ b/apps/files/src/components/FilesListHeaderActions.vue @@ -41,13 +41,13 @@ <script lang="ts"> import { showError, showSuccess } from '@nextcloud/dialogs' -import { getFileActions } from '@nextcloud/files' import { translate } from '@nextcloud/l10n' import NcActions from '@nextcloud/vue/dist/Components/NcActions.js' import NcActionButton from '@nextcloud/vue/dist/Components/NcActionButton.js' import NcLoadingIcon from '@nextcloud/vue/dist/Components/NcLoadingIcon.js' import Vue from 'vue' +import { getFileActions } from '../services/FileAction' import { useFilesStore } from '../store/files' import { useSelectionStore } from '../store/selection' import CustomSvgIconRender from './CustomSvgIconRender.vue' |