Skip to content

Commit

Permalink
Merge pull request #6988 from openshift-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…6968-to-release-4.6

[release-4.6] Bug 1890994: Fix form re-render on cancelling
  • Loading branch information
openshift-merge-robot committed Dec 10, 2020
2 parents 21ede54 + d925333 commit 6bd21e1
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -83,7 +83,6 @@ const ConfirmationModal = ({ state, dispatch, ns }) => {
};

const cancel = () => {
dispatch({ type: 'setCreateLVS', value: false });
dispatch({ type: 'setShowConfirmModal', value: false });
};

Expand Down

0 comments on commit 6bd21e1

Please sign in to comment.