[WEB-5449] fix: enhance content check for unique ID generation and update issue loader condition (#8132)
This commit is contained in:
parent
2e6225a883
commit
b73cf4f0e2
3 changed files with 9 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue