mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 02:49:51 +00:00
Replace closing with closed in dialogs (#9257)
This commit is contained in:
@@ -49,7 +49,7 @@ class DialogBox extends LitElement {
|
||||
open
|
||||
?scrimClickAction=${confirmPrompt}
|
||||
?escapeKeyAction=${confirmPrompt}
|
||||
@closing=${this._dialogClosed}
|
||||
@closed=${this._dialogClosed}
|
||||
defaultAction="ignore"
|
||||
.heading=${this._params.title
|
||||
? this._params.title
|
||||
|
||||
Reference in New Issue
Block a user