Fix route error when creating a view
This commit is contained in:
parent
852ecd840c
commit
f9a54d08f5
|
@ -26,7 +26,7 @@
|
|||
notifier.success(`View ${name} created`)
|
||||
onClosed()
|
||||
analytics.captureEvent("View Created", { name })
|
||||
$goto(`../../../view/${name}`)
|
||||
$goto(`../../view/${name}`)
|
||||
}
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Reference in New Issue