Extract values from store

This commit is contained in:
Adria Navarro 2024-10-29 11:55:49 +01:00
parent 70cd255ef0
commit 4a91b86278
1 changed files with 2 additions and 1 deletions

View File

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