Refactor toast notifications and update MainForm submission messages
This commit is contained in:
@@ -11,7 +11,7 @@ export const registerLos = async (data: any) => {
|
||||
if (response.ok) {
|
||||
myToast("Los erfolgreich registriert!", "success");
|
||||
} else {
|
||||
myToast("Fehler bei der Registrierung des Loses.", "error");
|
||||
myToast("Fehler bei der Registrierung des Loses!", "error");
|
||||
}
|
||||
});
|
||||
};
|
||||
|
Reference in New Issue
Block a user