[WEB-5449] fix: enhance content check for unique ID generation and update issue loader condition (#8132)

This commit is contained in:
Vipin Chaudhary 2025-11-18 15:27:01 +05:30 committed by GitHub
parent 2e6225a883
commit b73cf4f0e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 9 additions and 2 deletions

View file

@ -191,7 +191,7 @@ export const InboxIssueMainContent: React.FC<Props> = observer((props) => {
containerClassName="-ml-3"
/>
{loader === "issue-loading" ? (
{loader === "issue-loading" || issue.description_html === undefined ? (
<DescriptionInputLoader />
) : (
<DescriptionInput