Skip to content

Commit

Permalink
first time choosing a pipeline definition is VERY slow kubeflow#10897
Browse files Browse the repository at this point in the history
Signed-off-by: Elay Aharoni (EXT-Nokia) <[email protected]>
Elay Aharoni (EXT-Nokia) committed Aug 22, 2024
1 parent 4f36fe3 commit 77e2e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/NewRunSwitcher.tsx
Original file line number Diff line number Diff line change
@@ -162,7 +162,7 @@ function NewRunSwitcher(props: PageProps) {
recurringRunIsFetching ||
pipelineIsFetching ||
pipelineVersionIsFetching ||
v1TemplateStrIsFetching ||
(!isTemplateV2(templateString) && v1TemplateStrIsFetching) ||
experimentIsFetching
) {
return <div>Currently loading pipeline information</div>;

0 comments on commit 77e2e6b

Please sign in to comment.