Skip to content

Commit

Permalink
#4454 - 'Update sequence' modal window: don't close RNA-builder after…
Browse files Browse the repository at this point in the history
… pressing 'Cancel' in modal window. (#4456)
  • Loading branch information
ilya-asiyuk-epam authored Apr 12, 2024
1 parent 670ef26 commit cc72cf7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ const UpdateSequenceInRNABuilder = ({ isModalOpen, onClose }: Props) => {

const cancelHandler = () => {
onCloseCallback();
reset();
};

const updateHandler = () => {
Expand Down

0 comments on commit cc72cf7

Please sign in to comment.