Skip to content

Commit

Permalink
chore: update backend
Browse files Browse the repository at this point in the history
  • Loading branch information
shrouxm committed Mar 21, 2024
1 parent 0497a29 commit 85bc9c2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-redux": "^8.1.3",
"terraso-backend": "github:techmatters/terraso-backend#17f50f3",
"terraso-backend": "github:techmatters/terraso-backend#6ecc942",
"uuid": "^9.0.1"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/project/projectSlice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import {
import {
ProjectAddUserMutationInput,
ProjectManagementProjectPrivacyChoices,
ProjectManagementProjectRoleChoices,
ProjectMembershipProjectRoleChoices,
} from 'terraso-client-shared/graphqlSchema/graphql';
import * as projectService from 'terraso-client-shared/project/projectService';
import { setSites, updateSites } from 'terraso-client-shared/site/siteSlice';
Expand All @@ -41,7 +41,7 @@ export type ProjectMembership = {
id: string;
};

export type ProjectRole = ProjectManagementProjectRoleChoices;
export type ProjectRole = ProjectMembershipProjectRoleChoices;
export const PROJECT_ROLES = [
'MANAGER',
'CONTRIBUTOR',
Expand Down

0 comments on commit 85bc9c2

Please sign in to comment.