File tree 1 file changed +1
-5
lines changed
site/src/pages/WorkspaceSettingsPage/WorkspaceParametersPage
1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ import {
16
16
import { useNavigate } from "react-router-dom"
17
17
import { makeStyles } from "@mui/styles"
18
18
import { PageHeader , PageHeaderTitle } from "components/PageHeader/PageHeader"
19
- import { displaySuccess } from "components/GlobalSnackbar/utils"
20
19
import { FC } from "react"
21
20
import { isApiValidationError } from "api/errors"
22
21
import { ErrorAlert } from "components/Alert/ErrorAlert"
@@ -47,10 +46,7 @@ const WorkspaceParametersPage = () => {
47
46
rich_parameter_values : formValues . rich_parameter_values ,
48
47
} ) ,
49
48
onSuccess : ( ) => {
50
- displaySuccess (
51
- "Parameters updated successfully" ,
52
- "A new build was started to apply the new parameters" ,
53
- )
49
+ navigate ( `/${ workspace . owner_name } /${ workspace . name } ` )
54
50
} ,
55
51
} )
56
52
You can’t perform that action at this time.
0 commit comments