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