1
0
Fork 0
mirror of synced 2024-07-03 05:20:32 +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`) notifier.success(`View ${name} created`)
onClosed() onClosed()
analytics.captureEvent("View Created", { name }) analytics.captureEvent("View Created", { name })
$goto(`../../../view/${name}`) $goto(`../../view/${name}`)
} }
</script> </script>