no log: Don't close updatable notification at timeout

This commit is contained in:
Marian Moravcik 2023-01-13 11:48:39 +01:00
parent d2bd0c7c7e
commit cdd9075670
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ export const notification = {
title: header, title: header,
message: `[${current}/${total}] ${body}`, message: `[${current}/${total}] ${body}`,
loading: true, loading: true,
autoClose: 2 * 60 * 1000, autoClose: false,
}; };
}, },
end: (id: string, header: string): NotificationProps & { id: string } => { end: (id: string, header: string): NotificationProps & { id: string } => {