Skip to content

Commit 97046b9

Browse files
Update src/Umbraco.Web.UI.Client/src/packages/core/notification/controllers/peek-error/peek-error-notification.element.ts
Co-authored-by: Jacob Overgaard <[email protected]>
1 parent cab07ba commit 97046b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Umbraco.Web.UI.Client/src/packages/core/notification/controllers/peek-error/peek-error-notification.element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { customElement, html, ifDefined, nothing, property } from '@umbraco-cms/backoffice/external/lit';
22
import { UmbLitElement } from '@umbraco-cms/backoffice/lit-element';
3-
import type { UmbNotificationHandler } from '../../notification-handler';
3+
import type { UmbNotificationHandler } from '../../notification-handler.js';
44
import { UMB_MODAL_MANAGER_CONTEXT } from '@umbraco-cms/backoffice/modal';
55
import type { UmbPeekErrorArgs } from '../../types.js';
66
import { UMB_ERROR_VIEWER_MODAL } from '../../index.js';

0 commit comments

Comments
 (0)