Skip to content

Commit

Permalink
fix: add headers when people-picker has input (#3269)
Browse files Browse the repository at this point in the history
  • Loading branch information
musale authored Aug 6, 2024
1 parent 096a50d commit ba87c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mgt-components/src/graph/graph.user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ export const findGroupMembers = async (

const graphClient: GraphRequest = graph.api(apiUrl).top(top).filter(filter);

if (userFilters) {
if (userFilters || query) {
graphClient.header('ConsistencyLevel', 'eventual').count(true);
}

Expand Down

0 comments on commit ba87c32

Please sign in to comment.