Fix fetch more notes (#16442)
fixes : https://github.com/twentyhq/twenty/issues/16320 --------- Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
+1
@@ -40,6 +40,7 @@ export const useUpdateActivityTargetFromCell = ({
|
||||
joinObjectNameSingular === ''
|
||||
? activityObjectNameSingular
|
||||
: joinObjectNameSingular,
|
||||
shouldMatchRootQueryFilter: true,
|
||||
});
|
||||
|
||||
const { deleteOneRecord: deleteOneActivityTarget } = useDeleteOneRecord({
|
||||
|
||||
Reference in New Issue
Block a user