Skip to content

Commit 2a1ecb4

Browse files
committed
fix for Unable to Access Secret Named "secrets" in Env ovr Application
1 parent 7481202 commit 2a1ecb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/app/details/appConfig/AppComposeRouter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ export default function AppComposeRouter({
205205
</Route>,
206206
<Route
207207
key={`${path}/${URLS.APP_ENV_OVERRIDE_CONFIG}`}
208-
path={`${path}/${URLS.APP_ENV_OVERRIDE_CONFIG}/:envId(\\d+)?/:name?`}
208+
path={`${path}/${URLS.APP_ENV_OVERRIDE_CONFIG}/:envId(\\d+)?`}
209209
render={(props) => (
210210
<EnvironmentOverride environments={environments} reloadEnvironments={reloadEnvironments} />
211211
)}

0 commit comments

Comments
 (0)