From 2c98de78377c19ed2a90e4939c38cb62270b5d55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Thu, 7 Nov 2024 21:51:35 +0100 Subject: [PATCH] use fillBackground prop --- .../backoffice-modal-container.element.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/packages/core/components/backoffice-modal-container/backoffice-modal-container.element.ts b/src/packages/core/components/backoffice-modal-container/backoffice-modal-container.element.ts index 3bd005e7c7..61cd3892a0 100644 --- a/src/packages/core/components/backoffice-modal-container/backoffice-modal-container.element.ts +++ b/src/packages/core/components/backoffice-modal-container/backoffice-modal-container.element.ts @@ -41,7 +41,7 @@ export class UmbBackofficeModalContainerElement extends UmbLitElement { * @param modals */ #createModalElements(modals: Array) { - this.removeAttribute('fill-background'); + this.fillBackground = false; const oldValue = this._modals; this._modals = modals;