mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 05:55:00 +08: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…
Reference in New Issue
Block a user