improved error pop-up design

This commit is contained in:
plebbitor
2023-03-14 11:12:46 +01:00
parent ca304d9f23
commit 60e7b0dacc
3 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import { toast } from 'react-toastify';
const onError = (error) => {
return toast.error(error.toString(), {
position: "bottom-center",
position: "top-right",
autoClose: false,
hideProgressBar: false,
closeOnClick: false,