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
  • Loading branch information
jscheffl authored Oct 20, 2022
1 parent b9e133e commit 447a9bc
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 447a9bc

Please sign in to comment.