fix: harden heartbeat and adapter runtime workflows

This commit is contained in:
Dotta 2026-04-10 22:26:21 -05:00
parent 548721248e
commit c566a9236c
48 changed files with 14922 additions and 600 deletions

View file

@ -343,7 +343,7 @@ export function ApprovalDetail() {
{new Date(comment.createdAt).toLocaleString()}
</span>
</div>
<MarkdownBody className="text-sm">{comment.body}</MarkdownBody>
<MarkdownBody className="text-sm" softBreaks>{comment.body}</MarkdownBody>
</div>
))}
</div>