Merge pull request #14817 from saewoohan/fix/automation-error-url

Fix: Updated URL in automation error notification to point to settings
This commit is contained in:
Andrew Kingston 2024-10-18 10:21:26 +01:00 committed by GitHub
commit f8b26e7e78
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 => {