Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Commit

Permalink
fix: project access checkboxes (#1201)
Browse files Browse the repository at this point in the history
  • Loading branch information
nunogois committed Aug 4, 2022
1 parent 0b9fabe commit 8f3193c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 8f3193c

Please sign in to comment.