File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
client/packages/lowcoder/src/pages/setting/environments Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ const WorkspaceDetail: React.FC = () => {
100
100
showIcon
101
101
style = { { margin : '24px' } }
102
102
action = {
103
- < Button type = "primary" onClick = { ( ) => history . push ( `/home/settings /environments/${ environmentId } ` ) } >
103
+ < Button type = "primary" onClick = { ( ) => history . push ( `/setting /environments/${ environmentId } ` ) } >
104
104
Back to Environment
105
105
</ Button >
106
106
}
@@ -193,7 +193,7 @@ const WorkspaceDetail: React.FC = () => {
193
193
< Button
194
194
icon = { < ArrowLeftOutlined /> }
195
195
onClick = { ( ) =>
196
- history . push ( `/home/settings /environments/${ environmentId } ` )
196
+ history . push ( `/setting /environments/${ environmentId } ` )
197
197
}
198
198
>
199
199
Back
You can’t perform that action at this time.
0 commit comments