Fix Activity relation picker (#2684)
This commit is contained in:
@ -98,10 +98,8 @@ export const useFilteredSearchEntityQuery = ({
|
||||
and: searchFilter,
|
||||
},
|
||||
{
|
||||
not: {
|
||||
id: {
|
||||
in: selectedIds,
|
||||
},
|
||||
id: {
|
||||
in: selectedIds,
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user