1
0
Fork 0
mirror of synced 2024-07-01 12:30:41 +12:00

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

View file

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