Skip to content

Commit d785342

Browse files
committed
fix(unit-user-usage): filter out selected projects
1 parent 83314c5 commit d785342

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/usage/UserUsageTable.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ const ChipsInput = ({ users, value, group, username, onChange }: ChipsInputProps
249249
return (
250250
<Autocomplete
251251
disableClearable
252+
filterSelectedOptions
252253
multiple
253254
disabled={isPending}
254255
getOptionLabel={(option) => option.name}

0 commit comments

Comments
 (0)