forked from farhoodlabs/paperclip
fix: keep runtime UI changes self-contained
This commit is contained in:
@@ -34,7 +34,7 @@ export interface HeartbeatRun {
|
|||||||
errorCode: string | null;
|
errorCode: string | null;
|
||||||
externalRunId: string | null;
|
externalRunId: string | null;
|
||||||
processPid: number | null;
|
processPid: number | null;
|
||||||
processGroupId: number | null;
|
processGroupId?: number | null;
|
||||||
processStartedAt: Date | null;
|
processStartedAt: Date | null;
|
||||||
retryOfRunId: string | null;
|
retryOfRunId: string | null;
|
||||||
processLossRetryCount: number;
|
processLossRetryCount: number;
|
||||||
|
|||||||
@@ -343,7 +343,7 @@ export function ApprovalDetail() {
|
|||||||
{new Date(comment.createdAt).toLocaleString()}
|
{new Date(comment.createdAt).toLocaleString()}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<MarkdownBody className="text-sm" softBreaks>{comment.body}</MarkdownBody>
|
<MarkdownBody className="text-sm">{comment.body}</MarkdownBody>
|
||||||
</div>
|
</div>
|
||||||
))}
|
))}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user