chore: properties validation. (#5718)

This commit is contained in:
Prateek Shourya 2024-09-27 21:46:11 +05:30 committed by GitHub
parent 04686d1721
commit b1dccf3773
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 1 deletions

View file

@ -296,6 +296,7 @@ export const IssueDetailsSidebar: React.FC<Props> = observer((props) => {
issueTypeId={issue.type_id}
projectId={projectId}
workspaceSlug={workspaceSlug}
isDisabled={!isEditable}
/>
)}
</div>

View file

@ -296,6 +296,7 @@ export const PeekOverviewProperties: FC<IPeekOverviewProperties> = observer((pro
issueTypeId={issue.type_id}
projectId={projectId}
workspaceSlug={workspaceSlug}
isDisabled={disabled}
/>
)}
</div>