We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7481202 commit 2a1ecb4Copy full SHA for 2a1ecb4
src/components/app/details/appConfig/AppComposeRouter.tsx
@@ -205,7 +205,7 @@ export default function AppComposeRouter({
205
</Route>,
206
<Route
207
key={`${path}/${URLS.APP_ENV_OVERRIDE_CONFIG}`}
208
- path={`${path}/${URLS.APP_ENV_OVERRIDE_CONFIG}/:envId(\\d+)?/:name?`}
+ path={`${path}/${URLS.APP_ENV_OVERRIDE_CONFIG}/:envId(\\d+)?`}
209
render={(props) => (
210
<EnvironmentOverride environments={environments} reloadEnvironments={reloadEnvironments} />
211
)}
0 commit comments