fix: updated url to point to settings
This commit is contained in:
parent
42086f36a2
commit
cf3f5b97c6
|
@ -76,9 +76,7 @@
|
||||||
const params = new URLSearchParams({
|
const params = new URLSearchParams({
|
||||||
open: "error",
|
open: "error",
|
||||||
})
|
})
|
||||||
$goto(
|
$goto(`/builder/app/${appId}/settings/automations?${params.toString()}`)
|
||||||
`/builder/app/${appId}/settings/automation-history?${params.toString()}`
|
|
||||||
)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const errorCount = errors => {
|
const errorCount = errors => {
|
||||||
|
|
Loading…
Reference in New Issue