From 6654add2ff3dbd898ef3f6cf051bece82e4a04a5 Mon Sep 17 00:00:00 2001 From: Wenox Date: Sun, 2 Jan 2022 04:33:32 +0100 Subject: [PATCH] refactor: duration, test trigger pull request --- frontend/src/pages/templates.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/templates.tsx b/frontend/src/pages/templates.tsx index e735850e..ca5fd3fa 100644 --- a/frontend/src/pages/templates.tsx +++ b/frontend/src/pages/templates.tsx @@ -103,7 +103,7 @@ const Templates: FC = () => { }, FILE_UPLOADER_TIMEOUT); toast.success('Successfully started to generate a new template.', { position: 'top-right', - autoClose: 5000, + autoClose: 4000, hideProgressBar: false, closeOnClick: true, pauseOnHover: true,