Add redirect
This commit is contained in:
parent
3f11597251
commit
b7ec577efd
|
@ -45,4 +45,9 @@ export const API = createAPIClient({
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
onMigrationDetected: appId => {
|
||||||
|
window.location = `/builder/updating/${appId}?returnUrl=${encodeURI(
|
||||||
|
window.location
|
||||||
|
)}`
|
||||||
|
},
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue