Skip to content

Commit

Permalink
Merge pull request #6645 from bipuladh/fix_unsup
Browse files Browse the repository at this point in the history
Bug 1851013: Independent mode disabled for Cloud Platforms
  • Loading branch information
openshift-merge-robot committed Sep 16, 2020
2 parents b6ffd5a + 3493e48 commit 3c1e888
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ const InstallCluster: React.FC<InstallClusterProps> = ({ match }) => {
{
value: MODES.EXTERNAL,
title: MODES.EXTERNAL,
disabled: !isIndependent && isIndepModeSupportedPlatform,
disabled: !isIndependent || !isIndepModeSupportedPlatform,
},
]}
onChange={handleModeChange}
Expand Down

0 comments on commit 3c1e888

Please sign in to comment.