Skip to content

Commit c84b753

Browse files
fix required field
1 parent 096d041 commit c84b753

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/CippComponents/CippFormTenantSelector.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ export const CippFormTenantSelector = ({
4040
}}
4141
multiple={type === "single" ? false : true}
4242
disableClearable={disableClearable}
43-
required={required}
4443
validators={validators}
4544
{...other}
4645
/>

0 commit comments

Comments
 (0)