fix: spliting out the project members from project store and service (#2739)

This commit is contained in:
sriram veeraghanta 2023-11-09 17:56:55 +05:30 committed by GitHub
parent 7676aab773
commit 79df59f618
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
66 changed files with 496 additions and 415 deletions

View file

@ -22,7 +22,7 @@ export class MentionsStore implements IMentionsStore {
}
get mentionSuggestions() {
const projectMembers = this.rootStore.project.projectMembers;
const projectMembers = this.rootStore.projectMember.projectMembers;
const suggestions =
projectMembers === null