Skip to content

Commit

Permalink
Add Preflight
Browse files Browse the repository at this point in the history
  • Loading branch information
sdess09 committed Sep 21, 2023
1 parent 2da1214 commit 2e122cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dashboard/src/components/CloudFormationForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ const CloudFormationForm: React.FC<Props> = ({
</AWSButtonContainer>
<Spacer y={1} />
<StepChangeButtonsContainer>
{/* <Button onClick={() => setCurrentStep(3)} disabled={!canProceed}>Continue</Button> */}
<Button onClick={() => setCurrentStep(3)}>Continue</Button>
<Spacer inline x={0.5} />
<Button
onClick={() => setCurrentStep(1)}
Expand Down
2 changes: 1 addition & 1 deletion dashboard/src/shared/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export function valueExists<T>(value: T | null | undefined): value is T {


export const PREFLIGHT_MESSAGE_CONST = {
"cloudFormation": "CloudFormation created",
"cloudFormation": "Cloudformation stack created",
}

export const PREFLIGHT_MESSAGE_CONST_AWS = {
Expand Down

0 comments on commit 2e122cd

Please sign in to comment.