mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-21 22:27:11 +00:00
commit
873c748dd1
|
@ -591,6 +591,7 @@ export function messageToastify(info: NotifyInfo, router: any) {
|
|||
gravity: "top",
|
||||
position: "right",
|
||||
duration: 5000,
|
||||
escapeMarkup: false,
|
||||
onClick: () => {
|
||||
if (toast) {
|
||||
toast.hideToast();
|
||||
|
|
Loading…
Reference in a new issue