Skip to content

Commit

Permalink
Fix UI merge conflict that blocks the UI image build. (kubeflow#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomcli authored Oct 28, 2020
1 parent ae65557 commit aab7793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/RunDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ class RunDetails extends Page<RunDetailsInternalProps, RunDetailsState> {
console.error(`Failed to decode compressedNodes: ${err}`);
}
}
const workflow = jsonWorkflow as Workflow;
const workflow = jsonWorkflow;

// Show workflow errors
const workflowError = WorkflowParser.getWorkflowError(workflow);
Expand Down

0 comments on commit aab7793

Please sign in to comment.