mirror of https://github.com/vector-im/riot-web
Merge pull request #4709 from matrix-org/travis/later
Fix not being able to dismiss new login toastspull/21833/head
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