fix: updated url to point to settings

This commit is contained in:
saewoohan 2024-10-17 23:14:47 +09:00
parent 42086f36a2
commit cf3f5b97c6
1 changed files with 1 additions and 3 deletions

View File

@ -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 => {