mirror of
https://github.com/vector-im/element-web.git
synced 2025-11-05 02:31:07 +01:00
Update UpdateToast's priority to 30
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
4892d8cdd0
commit
fb73bac4cf
@ -81,7 +81,7 @@ export const showToast = (version: string, newVersion: string, releaseNotes?: st
|
|||||||
onAccept,
|
onAccept,
|
||||||
},
|
},
|
||||||
component: GenericToast,
|
component: GenericToast,
|
||||||
priority: 20,
|
priority: 30,
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user