Merge branch 'master' into v3-ui
This commit is contained in:
commit
5c2f786345
|
@ -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