From 3c89eb6f0960f738c756ea7c9a1428fcee337ee9 Mon Sep 17 00:00:00 2001 From: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> Date: Tue, 17 Sep 2024 10:43:38 +0200 Subject: [PATCH] chore: mark property as readonly --- .../notifications/modal/document-notifications-modal.element.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/packages/documents/documents/entity-actions/notifications/modal/document-notifications-modal.element.ts b/src/Umbraco.Web.UI.Client/src/packages/documents/documents/entity-actions/notifications/modal/document-notifications-modal.element.ts index 6664e2cf22..316f9323eb 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/documents/documents/entity-actions/notifications/modal/document-notifications-modal.element.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/documents/documents/entity-actions/notifications/modal/document-notifications-modal.element.ts @@ -103,7 +103,7 @@ export class UmbDocumentNotificationsModalElement extends UmbModalBaseElement< `; } - static override styles = [ + static override readonly styles = [ UmbTextStyles, css` uui-toggle {