Merge branch 'master' into budi-8747-add-the-ability-to-test-a-row-action-automation

This commit is contained in:
Adria Navarro 2024-10-18 11:37:43 +02:00 committed by GitHub
commit 9c707db135
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 3 deletions

View File

@ -76,9 +76,7 @@
const params = new URLSearchParams({
open: "error",
})
$goto(
`/builder/app/${appId}/settings/automation-history?${params.toString()}`
)
$goto(`/builder/app/${appId}/settings/automations?${params.toString()}`)
}
const errorCount = errors => {