feat- show errors 20s

This commit is contained in:
Ishaan Jaff 2024-04-13 16:52:48 -07:00
parent 3783fe0b38
commit b0b79b3c20
5 changed files with 39 additions and 39 deletions

View file

@ -290,7 +290,7 @@ const handleEditSubmit = async (formValues: Record<string, any>) => {
}
} catch (error) {
console.error("Error creating the team:", error);
message.error("Error creating the team: " + error);
message.error("Error creating the team: " + error, 20);
}
};