Skip to content

Commit

Permalink
this commit add validation to name field in Users step
Browse files Browse the repository at this point in the history
JIRA: HMS-5285
  • Loading branch information
mgold1234 committed Jan 21, 2025
1 parent f2e4672 commit d482801
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Components/CreateImageWizard/CreateImageWizard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ const CreateImageWizard = ({ isEdit }: CreateImageWizardProps) => {
const firstBootValidation = useFirstBootValidation();
// Details
const detailsValidation = useDetailsValidation();

// Users
const usersValidation = useUsersValidation();

Expand Down

0 comments on commit d482801

Please sign in to comment.