Skip to content

Commit

Permalink
fix required field
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinTegelaar committed Jan 10, 2025
1 parent 096d041 commit c84b753
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/CippComponents/CippFormTenantSelector.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ export const CippFormTenantSelector = ({
}}
multiple={type === "single" ? false : true}
disableClearable={disableClearable}
required={required}
validators={validators}
{...other}
/>
Expand Down

0 comments on commit c84b753

Please sign in to comment.