diff --git a/ui/src/components/molecules/NodeStatusTableRow.tsx b/ui/src/components/molecules/NodeStatusTableRow.tsx index 29b68076..6a5712af 100644 --- a/ui/src/components/molecules/NodeStatusTableRow.tsx +++ b/ui/src/components/molecules/NodeStatusTableRow.tsx @@ -22,7 +22,7 @@ function NodeStatusTableRow({ file, onRequireModal, }: Props) { - const url = `/dags/${name}/log?file=${file}&step=${node.Step.Name}`; + const url = `/dags/${name}/log?file=${file}&step=${encodeURIComponent(node.Step.Name)}`; const buttonStyle = { margin: '0px', padding: '0px',