Fix typo
This commit is contained in:
parent
ef7281716a
commit
cddc64d38b
|
@ -111,7 +111,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
const testAutomation = async () => {
|
const testAutomation = async () => {
|
||||||
// Ensure $memoTestData rectiveness is processed
|
// Ensure $memoTestData reactiveness is processed
|
||||||
await tick()
|
await tick()
|
||||||
try {
|
try {
|
||||||
await automationStore.actions.test($selectedAutomation, $memoTestData)
|
await automationStore.actions.test($selectedAutomation, $memoTestData)
|
||||||
|
|
Loading…
Reference in New Issue