fix navigation error in automation section

This commit is contained in:
Keviin Åberg Kultalahti 2021-04-16 13:02:45 +02:00
parent a6f91704c9
commit 641b6022de
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
(!$automationStore.selectedAutomation ||
!$automationStore.selectedAutomation?.automation?._id)
) {
$goto(`../${$automationStore.automations[0]._id}`)
$goto(`./${$automationStore.automations[0]._id}`)
}
})
</script>