diff --git a/coral-component-dialog/src/scripts/Dialog.js b/coral-component-dialog/src/scripts/Dialog.js index 33c5181df6..6b9cc765b3 100644 --- a/coral-component-dialog/src/scripts/Dialog.js +++ b/coral-component-dialog/src/scripts/Dialog.js @@ -695,7 +695,6 @@ const Dialog = Decorator(class extends BaseOverlay(BaseComponent(HTMLElement)) { super.render(); this.classList.add(`${CLASSNAME}-wrapper`); - this.setAttribute("aria-modal", "dialog"); // Default reflected attributes if (!this._variant) {