Skip to content

Commit ca0d50b

Browse files
fix: no activity while moving inbox issues (#6185)
1 parent 7fca7fd commit ca0d50b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/core/components/issues/issue-detail/issue-activity/activity/activity-list.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ export const IssueActivityItem: FC<TIssueActivityItem> = observer((props) => {
8282
return <IssueAttachmentActivity {...componentDefaultProps} showIssue={false} />;
8383
case "archived_at":
8484
return <IssueArchivedAtActivity {...componentDefaultProps} />;
85+
case "intake":
8586
case "inbox":
8687
return <IssueInboxActivity {...componentDefaultProps} />;
8788
case "type":

0 commit comments

Comments
 (0)