From f4c528f535993b646a64ea5ae1bc171690383f5e Mon Sep 17 00:00:00 2001 From: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com> Date: Mon, 15 Apr 2024 19:48:50 +0530 Subject: [PATCH] chore: inbox issue attachment added (#4190) --- web/components/inbox/content/issue-root.tsx | 7 +++++++ web/store/inbox/project-inbox.store.ts | 2 ++ 2 files changed, 9 insertions(+) diff --git a/web/components/inbox/content/issue-root.tsx b/web/components/inbox/content/issue-root.tsx index 87ca066aa..545e96677 100644 --- a/web/components/inbox/content/issue-root.tsx +++ b/web/components/inbox/content/issue-root.tsx @@ -11,6 +11,7 @@ import { IssueActivity, IssueReaction, TIssueOperations, + IssueAttachmentRoot, } from "@/components/issues"; // hooks import { useEventTracker, useProjectInbox, useUser } from "@/hooks/store"; @@ -153,6 +154,12 @@ export const InboxIssueMainContent: React.FC = observer((props) => { /> )} +