From 16cde515c2698df89b7a3bcd1cfdf59f3b645ed9 Mon Sep 17 00:00:00 2001 From: Warren Buckley Date: Thu, 16 Feb 2023 20:12:39 +0000 Subject: [PATCH] Update src/backoffice/shared/components/debug/debug.modal.element.ts Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> --- .../backoffice/shared/components/debug/debug.modal.element.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/debug/debug.modal.element.ts b/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/debug/debug.modal.element.ts index 56f898c6d5..d8e85fa64f 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/debug/debug.modal.element.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/debug/debug.modal.element.ts @@ -4,7 +4,7 @@ import { UUITextStyles } from '@umbraco-ui/uui-css'; import { UmbModalHandler, UmbModalLayoutElement } from '@umbraco-cms/modal'; @customElement('umb-debug-modal-layout') -export class UmbDebugModalLayout extends UmbModalLayoutElement { +export class UmbDebugModalLayout extends UmbModalLayoutElement { static styles = [ UUITextStyles, css`