[WEB-2589] Chore: inbox issue permissions (#5763)

* chore: changed permission in inbox issue

* chore: fixed permissions for intake

* fix: refactoring

* fix: lint

---------

Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
This commit is contained in:
Akshita Goyal 2024-10-09 17:48:52 +05:30 committed by GitHub
parent 992adb9794
commit 45880b3a72
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 99 additions and 16 deletions

View file

@ -423,7 +423,7 @@ export class ProjectInboxStore implements IProjectInboxStore {
if (inboxIssue && issueId) {
runInAction(() => {
set(this.inboxIssues, [issueId], new InboxIssueStore(workspaceSlug, projectId, inboxIssue, this.store));
this.createOrUpdateInboxIssue([inboxIssue], workspaceSlug, projectId);
set(this, "loader", undefined);
});
await Promise.all([