Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Commit 6b15a22

Browse files
HE00Lhyrepo
authored andcommitted
remove "Go to Dashboard" button and move it to ProjectConfig
Fix this [issue](#11)
1 parent 3353aa6 commit 6b15a22

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

frontend/src/pages/config/components/ConfigSuccess.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,6 @@ const ConfigSuccess: FC<{ projectId: string }> = ({ projectId }) => {
7979
displayed based on the following pipeline data.
8080
</span>
8181
</div>
82-
<Button type={"primary"} size={"large"} onClick={() => location.reload()}>
83-
Go to Dashboard
84-
</Button>
8582
</div>
8683

8784
{isProjectLoading ? (
@@ -119,6 +116,7 @@ const ConfigSuccess: FC<{ projectId: string }> = ({ projectId }) => {
119116
pipelines={project.pipelines}
120117
updatePipeline={handleUpdatePipeline}
121118
addPipeline={handleAddPipeline}
119+
showReloadCTA={true}
122120
/>
123121
<Modal
124122
maskClosable={false}

0 commit comments

Comments
 (0)