Skip to content

Commit

Permalink
feat: poll members and invites
Browse files Browse the repository at this point in the history
  • Loading branch information
rohan-chaturvedi committed Oct 8, 2023
1 parent 8bcaa5b commit 5d4acc8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/app/[team]/members/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -471,11 +471,13 @@ export default function Members({ params }: { params: { team: string } }) {
organisationId: organisation.id,
role: null,
},
pollInterval: 5000,
})
getInvites({
variables: {
orgId: organisation.id,
},
pollInterval: 5000,
})
}
}, [getInvites, getMembers, organisation])
Expand Down

0 comments on commit 5d4acc8

Please sign in to comment.