Change appearance of parameters in task details (#1017)

This commit is contained in:
Shuchang Zheng
2024-10-21 09:29:49 -07:00
committed by GitHub
parent 9a9057ccf7
commit 442f70c58e
5 changed files with 106 additions and 88 deletions

View File

@@ -492,7 +492,7 @@ function WorkflowRun() {
) : (
<CodeEditor
value={JSON.stringify(value, null, 2)}
disabled
readOnly
language="json"
fontSize={12}
minHeight="96px"