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.
1 parent e034a64 commit cab07baCopy full SHA for cab07ba
src/Umbraco.Web.UI.Client/src/packages/core/notification/modals/error-viewer/error-viewer-modal.token.ts
@@ -1,5 +1,5 @@
1
import { UmbModalToken } from '@umbraco-cms/backoffice/modal';
2
-import type { UmbPeekErrorArgs } from '../../types';
+import type { UmbPeekErrorArgs } from '../../types.js';
3
4
// eslint-disable-next-line @typescript-eslint/no-empty-object-type
5
export interface UmbErrorViewerModalData extends UmbPeekErrorArgs {}
0 commit comments