Skip to content

Commit

Permalink
Merge pull request #2222 from FAIRsharing/failing_user_query
Browse files Browse the repository at this point in the history
Fixes client part of...
  • Loading branch information
knirirr authored Jan 26, 2024
2 parents dcd9f0d + cc815db commit 1a3dd6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/users.js
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ export const actions = {
getAllUsersQuery.queryParam.q = query;
}
else {
delete getAllUsersQuery.queryParam.q;
getAllUsersQuery.queryParam.q = "*";
}
let usersListData = await graphClient.executeQuery(getAllUsersQuery);
this.commit('users/setUsersList', usersListData['allUsers']);
Expand Down

0 comments on commit 1a3dd6e

Please sign in to comment.