fix: archived issues and minor bug fixes (#3451)
* make computedFn without optional arguments * fix archived issues * fix activity changes with proper context * fix display filters that require server side filtering
This commit is contained in:
parent
338d58f79d
commit
6a2be6afc4
23 changed files with 118 additions and 39 deletions
|
|
@ -59,6 +59,7 @@ const IssueDetailsPage: NextPageWithLayout = observer(() => {
|
|||
workspaceSlug={workspaceSlug.toString()}
|
||||
projectId={projectId.toString()}
|
||||
issueId={issueId.toString()}
|
||||
is_archived={!!issue?.archived_at}
|
||||
/>
|
||||
)
|
||||
)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue