Skip to content

Commit

Permalink
fix: no activity while moving inbox issues (#6185)
Browse files Browse the repository at this point in the history
  • Loading branch information
vamsikrishnamathala authored Dec 11, 2024
1 parent 7fca7fd commit ca0d50b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ export const IssueActivityItem: FC<TIssueActivityItem> = observer((props) => {
return <IssueAttachmentActivity {...componentDefaultProps} showIssue={false} />;
case "archived_at":
return <IssueArchivedAtActivity {...componentDefaultProps} />;
case "intake":
case "inbox":
return <IssueInboxActivity {...componentDefaultProps} />;
case "type":
Expand Down

0 comments on commit ca0d50b

Please sign in to comment.