Fix route error when creating a view

This commit is contained in:
Andrew Kingston 2021-04-07 13:43:11 +01:00
parent c926206ad7
commit 46a02ddb0c
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>