Skip to content

Commit

Permalink
Add missing clientId in AddAdminLevelForm
Browse files Browse the repository at this point in the history
  • Loading branch information
shreeyash07 committed Aug 21, 2024
1 parent 41d87a6 commit 92a4aa4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ const CREATE_ADMIN_LEVEL = gql`
ok
errors
result {
clientId
tolerance
title
staleGeoAreas
Expand Down Expand Up @@ -86,6 +87,7 @@ const UPDATE_ADMIN_LEVEL = gql`
ok
errors
result {
clientId
tolerance
title
staleGeoAreas
Expand Down

0 comments on commit 92a4aa4

Please sign in to comment.