mirror of
https://github.com/nextcloud/server.git
synced 2026-06-05 23:06:48 -04:00
fix: delete action import
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
This commit is contained in:
parent
5fb7ea22be
commit
8b5ef98495
1 changed files with 2 additions and 2 deletions
|
|
@ -25,9 +25,9 @@ import { translate as t } from '@nextcloud/l10n'
|
|||
import axios from '@nextcloud/axios'
|
||||
import TrashCan from '@mdi/svg/svg/trash-can.svg?raw'
|
||||
|
||||
import { registerFileAction, FileAction } from '../services/FileAction.ts'
|
||||
import { registerFileAction, FileAction } from '../services/FileAction'
|
||||
import logger from '../logger.js'
|
||||
import type { Navigation } from '../services/Navigation.ts'
|
||||
import type { Navigation } from '../services/Navigation'
|
||||
|
||||
registerFileAction(new FileAction({
|
||||
id: 'delete',
|
||||
|
|
|
|||
Loading…
Reference in a new issue