Skip to content

Commit

Permalink
Keep email fields visible upon adding the attachment (#658)
Browse files Browse the repository at this point in the history
  • Loading branch information
shashank-bhatotia authored May 30, 2024
1 parent 655d6b5 commit 5bfd021
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/ChatInput/ChatInput.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ export const ChatInput = forwardRef(
} else {
onAttachment();
}
setIsEmailFieldsVisible(false);
setIsAttachmentsVisible(true);
};

Expand Down

0 comments on commit 5bfd021

Please sign in to comment.