whole create flow with error handling and such

This commit is contained in:
talksik
2022-06-11 09:45:47 -05:00
parent 3342654431
commit e39316eeff
5 changed files with 21 additions and 10 deletions
@@ -110,6 +110,7 @@ export default function NewConversationDialog() {
// todo: select conversation Id that was created
} catch (error) {
console.error(error);
toast.error(error.message);
}
setIsSubmitting(false);