Skip to content

Commit

Permalink
fix: remove superfluous query
Browse files Browse the repository at this point in the history
  • Loading branch information
tomzemp committed Dec 20, 2024
1 parent 326c865 commit 221185d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/components/UserForm/useFormData.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,6 @@ const query = {
paging: false,
},
},
userRolesCount: {
resource: 'userRoles',
params: {
paging: true,
pageSize: 1,
},
},
userGroups: {
resource: 'userGroups',
params: {
Expand Down

0 comments on commit 221185d

Please sign in to comment.