Encode appID when updateRouting action handled (#3064)

This commit is contained in:
Lukasz Ostrowski 2023-01-30 17:12:21 +01:00 committed by GitHub
parent 83962d6e93
commit 7321ca959f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -157,7 +157,7 @@ const useHandleUpdateRoutingAction = (appId: string) => ({
const exactLocation = urlJoin(
getAppMountUri(),
`apps/${appId}/app`,
`apps/${encodeURIComponent(appId)}/app`,
action.payload.newRoute,
);