修复工作流完成弹窗的多行错误展示
让完成通知中的换行字符按实际换行渲染,避免多项回填错误挤成一行。 保持通知内容和弹窗交互不变。
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ export function WorkflowCompletionModal({
|
|||||||
{stepLabel}
|
{stepLabel}
|
||||||
{outcomeLabel}
|
{outcomeLabel}
|
||||||
</h2>
|
</h2>
|
||||||
<p className="mt-3 text-sm leading-6 text-(--platform-text-soft)">
|
<p className="mt-3 whitespace-pre-line text-sm leading-6 text-(--platform-text-soft)">
|
||||||
{notice.message}
|
{notice.message}
|
||||||
</p>
|
</p>
|
||||||
<div className="mt-5 flex justify-end">
|
<div className="mt-5 flex justify-end">
|
||||||
|
|||||||
Reference in New Issue
Block a user