fix: no activity while moving inbox issues (#6185)
This commit is contained in:
parent
7fca7fd86c
commit
ca0d50b229
1 changed files with 1 additions and 0 deletions
|
|
@ -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":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue