mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 09:16:38 +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: {
|
||||
text:
|
||||
this.hass!.localize("ui.notification_toast.dismiss") || "Dismiss",
|
||||
action: () => {},
|
||||
action: () => {
|
||||
this._unsubscribeBootstrapIntergrations();
|
||||
},
|
||||
},
|
||||
});
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user