Extract values from store
This commit is contained in:
parent
70cd255ef0
commit
4a91b86278
|
@ -42,7 +42,8 @@
|
|||
// Reset the page every time that a filter gets updated
|
||||
$: pageInfo.reset(), automationId, status, timeRange
|
||||
|
||||
$: fetchLogs(automationId, status, $pageInfo.page, timeRange)
|
||||
$: page = $pageInfo.page
|
||||
$: fetchLogs(automationId, status, page, timeRange)
|
||||
$: isCloud = $admin.cloud
|
||||
$: chainAutomations = app?.automations?.chainAutomations ?? !isCloud
|
||||
const timeOptions = [
|
||||
|
|
Loading…
Reference in New Issue