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:
commit
f8b26e7e78
|
@ -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 => {
|
||||
|
|
Loading…
Reference in New Issue