fix: spliting out the project members from project store and service (#2739)
This commit is contained in:
parent
7676aab773
commit
79df59f618
66 changed files with 496 additions and 415 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue