mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-09 00:18:00 +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;
|
||||
}
|
||||
}}
|
||||
isOptionEqualToValue={(option, value) =>
|
||||
option.type === value.type &&
|
||||
option.entity.id === value.entity.id
|
||||
}
|
||||
renderInput={params => (
|
||||
<TextField
|
||||
{...params}
|
||||
|
Loading…
Reference in New Issue
Block a user