Change url
This commit is contained in:
parent
6d9b1e9b26
commit
e4f70d12e9
|
@ -46,7 +46,7 @@ export const API = createAPIClient({
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onMigrationDetected: appId => {
|
onMigrationDetected: appId => {
|
||||||
const updatingUrl = `/builder/app/${appId}/updating`
|
const updatingUrl = `/builder/app/updating/${appId}`
|
||||||
|
|
||||||
if (window.location.pathname === updatingUrl) {
|
if (window.location.pathname === updatingUrl) {
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in New Issue