Skip to content

Commit

Permalink
Correct the JSON style used for Run config in Grid View (#27119)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 447a9bcf30b0de50f4f7874281f6ad550edf6ca4
  • Loading branch information
jscheffl authored and Cloud Composer Team committed Mar 30, 2023
1 parent e81cb80 commit 7b8a18c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion airflow/www/static/js/dag/details/dagRun/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,8 @@ const DagRun = ({ runId }: Props) => {
<Td>
<ReactJson
src={JSON.parse(conf ?? '')}
theme="tomorrow"
name={false}
theme="rjv-default"
iconStyle="triangle"
indentWidth={2}
displayDataTypes={false}
Expand Down

0 comments on commit 7b8a18c

Please sign in to comment.