Skip to content

Commit

Permalink
Merge pull request #86 from devtron-labs/fix/disable-infra-form-cancel
Browse files Browse the repository at this point in the history
fix: disable infra form
  • Loading branch information
AbhishekA1509 authored Feb 5, 2024
2 parents 699687a + f5574f6 commit c80200a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Pages/GlobalConfigurations/BuildInfra/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ const Footer: FunctionComponent<FooterProps> = ({ disabled, handleCancel, editPr
<button
type="button"
className="cta cancel h-32 flex"
disabled={loading}
data-testid={BUILD_INFRA_TEST_IDS.CANCEL_BUTTON}
onClick={handleCancel}
>
Expand Down

0 comments on commit c80200a

Please sign in to comment.