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,