Skip to content

Commit 71b11a9

Browse files
authored
Merge pull request #3988 from sniok/editor-cancel-fix
frontend: EditorDialog: Remove redirect from cancel action
2 parents 3d4d20a + 8363410 commit 71b11a9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/src/components/common/Resource/EditorDialog.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,6 @@ export default function EditorDialog(props: EditorDialogProps) {
346346
errorMessage: t('translation|Failed to apply {{ newItemName }}.', {
347347
newItemName: resourceNames.join(','),
348348
}),
349-
cancelUrl: location.pathname,
350349
})
351350
);
352351

0 commit comments

Comments
 (0)