Skip to content

Commit

Permalink
fix: membership table query
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoluizdev committed Jan 12, 2024
1 parent 8e35066 commit c0cd188
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,7 @@ GEM
PLATFORMS
arm64-darwin-21
arm64-darwin-22
arm64-darwin-23
x86_64-darwin-22
x86_64-linux

Expand Down
4 changes: 2 additions & 2 deletions app/spa/src/pages/Teams/MembershipsTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ export const MEMBERSHIPS_TABLE_QUERY = gql`
endDate
memberRole
memberRoleDescription
hourValueExpected
hourValueRealized
realizedHourValue
expectedHourValue
}
}
}
Expand Down

0 comments on commit c0cd188

Please sign in to comment.