feat- show errors 20s

This commit is contained in:
Ishaan Jaff 2024-04-13 16:52:48 -07:00
parent 90650cf4e1
commit 6fa7b4868c
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);
}
};