Skip to content

Commit

Permalink
fix(amazon): Fix compatibility when cloudProviders missing (#7410)
Browse files Browse the repository at this point in the history
  • Loading branch information
alanmquach committed Sep 16, 2019
1 parent b396658 commit 2821438
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export class AmazonLoadBalancerChoiceModal extends React.Component<
}

// If the list of cloud providers is empty, assume it is compatible by default
return true;
return false;
}

public render() {
Expand Down

0 comments on commit 2821438

Please sign in to comment.