fix navigation error in automation section
This commit is contained in:
parent
a6f91704c9
commit
641b6022de
|
@ -11,7 +11,7 @@
|
||||||
(!$automationStore.selectedAutomation ||
|
(!$automationStore.selectedAutomation ||
|
||||||
!$automationStore.selectedAutomation?.automation?._id)
|
!$automationStore.selectedAutomation?.automation?._id)
|
||||||
) {
|
) {
|
||||||
$goto(`../${$automationStore.automations[0]._id}`)
|
$goto(`./${$automationStore.automations[0]._id}`)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in New Issue