From 73e4a13a1c4aeb2cad2ee5488e60078706c0978d Mon Sep 17 00:00:00 2001 From: skjnldsv Date: Fri, 24 Jan 2025 14:08:48 +0100 Subject: chore(files): add actions cypress tests Signed-off-by: skjnldsv --- apps/files/src/actions/moveOrCopyAction.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/files/src') diff --git a/apps/files/src/actions/moveOrCopyAction.ts b/apps/files/src/actions/moveOrCopyAction.ts index 667f82aba0c..724b65fa515 100644 --- a/apps/files/src/actions/moveOrCopyAction.ts +++ b/apps/files/src/actions/moveOrCopyAction.ts @@ -294,7 +294,7 @@ async function openFilePickerForAction( return promise } -export const ACTION_COPY_MOVE = 'copy-move' +export const ACTION_COPY_MOVE = 'move-copy' export const action = new FileAction({ id: ACTION_COPY_MOVE, displayName(nodes: Node[]) { -- cgit v1.2.3