Skip to content

Commit d0e2be3

Browse files
committed
Merge branch 'master' of https://github.com/Netflix/metaflow-ui
2 parents 8348dba + 4d79394 commit d0e2be3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/Run/RunPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const RunPage: React.FC<RunPageProps> = ({ run, params }) => {
7878

7979
const { rows, steps, dispatch, counts, taskStatus, isAnyGroupOpen, taskError, stepError } = useRowData(
8080
params.flowId,
81-
getRunId(run),
81+
run.run_number.toString(),
8282
);
8383

8484
//

0 commit comments

Comments
 (0)