mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
[WEB-4056] fix: archived work item validation #7060
This commit is contained in:
committed by
GitHub
parent
9c9952a823
commit
e48b2da623
@@ -104,6 +104,7 @@ const IssueDetailsPage = observer(() => {
|
||||
workspaceSlug={workspaceSlug.toString()}
|
||||
projectId={projectId.toString()}
|
||||
issueId={issueId.toString()}
|
||||
is_archived={!!issue?.archived_at}
|
||||
/>
|
||||
</ProjectAuthWrapper>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user