Update collection permissions UI (#6917)
This commit is contained in:
@@ -82,4 +82,9 @@ export default class MembershipsStore extends Store<Membership> {
|
||||
}
|
||||
});
|
||||
};
|
||||
|
||||
inCollection = (collectionId: string) =>
|
||||
this.orderedData.filter(
|
||||
(membership) => membership.collectionId === collectionId
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user