diff --git a/frontend/src/pages/config/components/ConfigSuccess.tsx b/frontend/src/pages/config/components/ConfigSuccess.tsx index 456322b3..d25e3b19 100644 --- a/frontend/src/pages/config/components/ConfigSuccess.tsx +++ b/frontend/src/pages/config/components/ConfigSuccess.tsx @@ -79,9 +79,6 @@ const ConfigSuccess: FC<{ projectId: string }> = ({ projectId }) => { displayed based on the following pipeline data. - {isProjectLoading ? ( @@ -119,6 +116,7 @@ const ConfigSuccess: FC<{ projectId: string }> = ({ projectId }) => { pipelines={project.pipelines} updatePipeline={handleUpdatePipeline} addPipeline={handleAddPipeline} + showReloadCTA={true} />