mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
Merge pull request #4709 from matrix-org/travis/later
Fix not being able to dismiss new login toasts
This commit is contained in:
commit
3fff46b0c7
@ -66,5 +66,5 @@ export const showToast = (deviceId: string) => {
|
||||
};
|
||||
|
||||
export const hideToast = (deviceId: string) => {
|
||||
ToastStore.sharedInstance().dismissToast(deviceId);
|
||||
ToastStore.sharedInstance().dismissToast(toastKey(deviceId));
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user