Skip to content

Commit de46a00

Browse files
committed
fix back links
1 parent b40147f commit de46a00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/packages/lowcoder/src/pages/setting/environments/WorkspaceDetail.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ const WorkspaceDetail: React.FC = () => {
100100
showIcon
101101
style={{ margin: '24px' }}
102102
action={
103-
<Button type="primary" onClick={() => history.push(`/home/settings/environments/${environmentId}`)}>
103+
<Button type="primary" onClick={() => history.push(`/setting/environments/${environmentId}`)}>
104104
Back to Environment
105105
</Button>
106106
}
@@ -193,7 +193,7 @@ const WorkspaceDetail: React.FC = () => {
193193
<Button
194194
icon={<ArrowLeftOutlined />}
195195
onClick={() =>
196-
history.push(`/home/settings/environments/${environmentId}`)
196+
history.push(`/setting/environments/${environmentId}`)
197197
}
198198
>
199199
Back

0 commit comments

Comments
 (0)