[WEB-4056] fix: archived work item validation #7060
This commit is contained in:
parent
9c9952a823
commit
e48b2da623
1 changed files with 1 additions and 0 deletions
|
|
@ -104,6 +104,7 @@ const IssueDetailsPage = observer(() => {
|
|||
workspaceSlug={workspaceSlug.toString()}
|
||||
projectId={projectId.toString()}
|
||||
issueId={issueId.toString()}
|
||||
is_archived={!!issue?.archived_at}
|
||||
/>
|
||||
</ProjectAuthWrapper>
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue