Refactor toast notifications and update MainForm submission messages
This commit is contained in:
@@ -11,7 +11,7 @@ export const myToast = (message: string, msgType: ToastType) => {
|
||||
pauseOnHover: true,
|
||||
draggable: true,
|
||||
progress: undefined,
|
||||
theme: "dark",
|
||||
theme: "light",
|
||||
};
|
||||
toast[msgType](message, config);
|
||||
};
|
||||
|
Reference in New Issue
Block a user