We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d4d20a + 8363410 commit 71b11a9Copy full SHA for 71b11a9
frontend/src/components/common/Resource/EditorDialog.tsx
@@ -346,7 +346,6 @@ export default function EditorDialog(props: EditorDialogProps) {
346
errorMessage: t('translation|Failed to apply {{ newItemName }}.', {
347
newItemName: resourceNames.join(','),
348
}),
349
- cancelUrl: location.pathname,
350
})
351
);
352
0 commit comments