Individual document sharing with permissions (#5814)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Tom Moor <tom@getoutline.com>
This commit is contained in:
@@ -16,7 +16,7 @@ export default class MembershipsStore extends Store<Membership> {
|
||||
|
||||
@action
|
||||
fetchPage = async (
|
||||
params: PaginationParams | undefined
|
||||
params: (PaginationParams & { id?: string }) | undefined
|
||||
): Promise<Membership[]> => {
|
||||
this.isFetching = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user