mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-14 00:19:16 +01:00
fix: project access checkboxes (#1201)
This commit is contained in:
parent
a71f564f8a
commit
7f3a322809
@ -321,6 +321,10 @@ export const ProjectAccessAssign = ({
|
|||||||
return option.entity.name;
|
return option.entity.name;
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
|
isOptionEqualToValue={(option, value) =>
|
||||||
|
option.type === value.type &&
|
||||||
|
option.entity.id === value.entity.id
|
||||||
|
}
|
||||||
renderInput={params => (
|
renderInput={params => (
|
||||||
<TextField
|
<TextField
|
||||||
{...params}
|
{...params}
|
||||||
|
Loading…
Reference in New Issue
Block a user