Skip to content

Commit ba87c32

Browse files
authored
fix: add headers when people-picker has input (#3269)
1 parent 096a50d commit ba87c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mgt-components/src/graph/graph.user.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ export const findGroupMembers = async (
506506

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

509-
if (userFilters) {
509+
if (userFilters || query) {
510510
graphClient.header('ConsistencyLevel', 'eventual').count(true);
511511
}
512512

0 commit comments

Comments
 (0)