Fix URL being pushed after creating an app
This commit is contained in:
parent
6958e860ef
commit
dff4e9501c
|
@ -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