Skip to content
Snippets Groups Projects
Commit 57a4bd90 authored by Alexander Turinske's avatar Alexander Turinske
Browse files

Merge branch 'afontaine/fix-environment-edit-button' into 'master'

Fix typo for environments edit path

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/108052



Merged-by: default avatarAlexander Turinske <aturinske@gitlab.com>
Approved-by: default avatarAlexander Turinske <aturinske@gitlab.com>
Co-authored-by: default avatarAndrew Fontaine <afontaine@gitlab.com>
parents 12a219c4 41f059db
No related merge requests found
......@@ -44,7 +44,7 @@ export const initHeader = () => {
cancelAutoStopPath: dataset.environmentCancelAutoStopPath,
terminalPath: dataset.environmentTerminalPath,
metricsPath: dataset.environmentMetricsPath,
updatePath: dataset.tnvironmentEditPath,
updatePath: dataset.environmentEditPath,
},
});
},
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment