Skip to content

Commit

Permalink
fix(frontend): rename create test button (#2049)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeepc committed Feb 24, 2023
1 parent 9508abf commit 8c84ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/CreateSteps/CreateStepFooter.tsx
Expand Up @@ -53,7 +53,7 @@ const CreateStepFooter = ({isValid, stepNumber, step, isLastStep, onPrev, isLoad
type="primary"
loading={isLoading}
>
Create
Create & Run
</Button>
)}
</span>
Expand Down

0 comments on commit 8c84ca2

Please sign in to comment.