Skip to content

Commit

Permalink
Provisioning hotfix (#3633)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdess09 authored Sep 22, 2023
1 parent df07de7 commit d102fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/src/components/ProvisionerSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1058,7 +1058,7 @@ const ProvisionerSettings: React.FC<Props> = (props) => {
</StyledForm>
<Button
// disabled={isDisabled()}
disabled={isDisabled() || preflightFailed || isLoading}
disabled={isDisabled() || isLoading}
onClick={createCluster}
status={getStatus()}
>
Expand Down

0 comments on commit d102fd1

Please sign in to comment.