mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
Update UpdateToast's priority to 30
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
4892d8cdd0
commit
fb73bac4cf
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ export const showToast = (version: string, newVersion: string, releaseNotes?: st
|
|||
onAccept,
|
||||
},
|
||||
component: GenericToast,
|
||||
priority: 20,
|
||||
priority: 30,
|
||||
});
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue