Skip to content

Commit

Permalink
fix: set paging to false
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikmv committed Jan 3, 2025
1 parent 8665d75 commit b8143a6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export const useRelationships = ({ entityId, searchMode, relationshipTypes }: Pr
// $FlowFixMe - searchMode should be a valid key of RelationshipSearchEntities
[searchMode]: entityId,
fields: 'relationship,relationshipType,createdAt,from[trackedEntity[trackedEntity,attributes,program,orgUnit,trackedEntityType],event[event,dataValues,program,orgUnit,orgUnitName,status,createdAt]],to[trackedEntity[trackedEntity,attributes,program,orgUnit,trackedEntityType],event[event,dataValues,program,orgUnit,orgUnitName,status,createdAt]]',
paging: false,
},
}), [entityId, searchMode]);

Expand Down

0 comments on commit b8143a6

Please sign in to comment.