mirror of
https://github.com/home-assistant/frontend.git
synced 2025-12-20 02:38:53 +00:00
Fix labs progress cancel (#28105)
This commit is contained in:
@@ -41,9 +41,7 @@ export class DialogLabsProgress
|
|||||||
return html`
|
return html`
|
||||||
<ha-md-dialog
|
<ha-md-dialog
|
||||||
.open=${this._open}
|
.open=${this._open}
|
||||||
hideActions
|
disable-cancel-action
|
||||||
scrimClickAction=""
|
|
||||||
escapeKeyAction=""
|
|
||||||
@closed=${this._handleClosed}
|
@closed=${this._handleClosed}
|
||||||
>
|
>
|
||||||
<div slot="content">
|
<div slot="content">
|
||||||
|
|||||||
Reference in New Issue
Block a user