From 3612323920a8ea7cae07cc28b41fd70489c7df94 Mon Sep 17 00:00:00 2001 From: Warren Buckley Date: Thu, 16 Feb 2023 20:26:36 +0000 Subject: [PATCH] Remove modalHandler as its in the base class --- .../backoffice/shared/components/debug/debug.modal.element.ts | 4 ---- 1 file changed, 4 deletions(-) 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 d8e85fa64f..8b93a125d9 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 @@ -55,10 +55,6 @@ export class UmbDebugModalLayout extends UmbModalLayoutElement { ]; - // the modal handler will be injected into the element when the modal is opened. - @property({ attribute: false }) - modalHandler?: UmbModalHandler; - private _handleClose() { /* Optional data of any type can be applied to the close method to pass it to the modal parent through the onClose promise. */