Skip to content

Commit

Permalink
Fix Location validation not being passed to Organizer form validation
Browse files Browse the repository at this point in the history
  • Loading branch information
Anahkiasen committed Oct 9, 2023
1 parent 0e4b88b commit af9b294
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/organizers/create/OrganizerForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ const configurations = [
variant: AdditionalInformationStepVariant.ORGANIZER,
name: 'location' as StepsConfiguration['name'],
defaultValue: locationStepConfiguration.defaultValue,
validation: locationStepConfiguration.validation,
},
];

Expand Down

0 comments on commit af9b294

Please sign in to comment.