mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 17:26:42 +00:00
Unsubscribe when dismissing during wrap up (#8909)
This commit is contained in:
parent
62a0cfb0f6
commit
445ae156ef
@ -96,7 +96,9 @@ export default <T extends Constructor<HassBaseEl>>(superClass: T) =>
|
|||||||
action: {
|
action: {
|
||||||
text:
|
text:
|
||||||
this.hass!.localize("ui.notification_toast.dismiss") || "Dismiss",
|
this.hass!.localize("ui.notification_toast.dismiss") || "Dismiss",
|
||||||
action: () => {},
|
action: () => {
|
||||||
|
this._unsubscribeBootstrapIntergrations();
|
||||||
|
},
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user