Remove modalHandler as its in the base class

This commit is contained in:
Warren Buckley
2023-02-16 20:26:36 +00:00
parent bc71b3bca0
commit 3612323920

View File

@@ -55,10 +55,6 @@ export class UmbDebugModalLayout extends UmbModalLayoutElement<any> {
];
// 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. */