Fix route error when creating a view

This commit is contained in:
Andrew Kingston 2021-04-07 13:43:11 +01:00
parent 852ecd840c
commit f9a54d08f5
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
notifier.success(`View ${name} created`)
onClosed()
analytics.captureEvent("View Created", { name })
$goto(`../../../view/${name}`)
$goto(`../../view/${name}`)
}
</script>