Skip to content

Commit

Permalink
Deselect bond and cancel wouldn't have to remove the bond (#2712)
Browse files Browse the repository at this point in the history
  • Loading branch information
ammont82 authored Nov 20, 2024
1 parent 208a21c commit e5a8cc7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ const getExpandedHostComponent = (protocolType: StaticProtocolType) => {
};

const handleModalCancel = () => {
setFieldValue(`${fieldName}.useBond`, true);
setIsModalOpen(false);
};
return (
Expand Down

0 comments on commit e5a8cc7

Please sign in to comment.