Fix URL being pushed after creating an app
This commit is contained in:
parent
6a90f8cecb
commit
41ea4d1008
|
@ -112,7 +112,7 @@
|
|||
}
|
||||
const userResp = await api.post(`/api/users/metadata/self`, user)
|
||||
await userResp.json()
|
||||
$goto(`/app/builder/${appJson._id}/design`)
|
||||
$goto(`/app/builder/${appJson._id}`)
|
||||
} catch (error) {
|
||||
console.error(error)
|
||||
notifications.error(error)
|
||||
|
|
Loading…
Reference in New Issue