Skip to content

Commit

Permalink
Fix e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryczko committed Jan 4, 2024
1 parent 2b8d19f commit 6711ad4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/survey/create/[[...surveyId]].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ function SurveyCreatePage({
</Button>
)}
<Button
name="create-survey"
onClick={isEditMode ? confirmEditSurvey : createSurvey}
className="z-0 mt-2 w-full"
variant={ButtonVariant.PRIMARY}
Expand Down

0 comments on commit 6711ad4

Please sign in to comment.