fixing bugs

This commit is contained in:
Arjun Patel
2022-02-11 12:18:45 -08:00
parent 3e036bceb5
commit 1a596f5a69
2 changed files with 10 additions and 1 deletions
@@ -176,6 +176,7 @@ export default function CreateConversation() {
});
} catch (error) {
toast.error("Problem in creating conversation");
console.log(error);
}
setIsSubmitting(false);