Merge branch 'v3-ui' into feature/automation-branching-ux
This commit is contained in:
commit
8336f2555c
|
@ -38,6 +38,10 @@
|
||||||
let loaded = false
|
let loaded = false
|
||||||
$: app = $appsStore.apps.find(app => $appStore.appId?.includes(app.appId))
|
$: app = $appsStore.apps.find(app => $appStore.appId?.includes(app.appId))
|
||||||
$: licensePlan = $auth.user?.license?.plan
|
$: licensePlan = $auth.user?.license?.plan
|
||||||
|
|
||||||
|
// Reset the page every time that a filter gets updated
|
||||||
|
$: pageInfo.reset(), automationId, status, timeRange
|
||||||
|
|
||||||
$: page = $pageInfo.page
|
$: page = $pageInfo.page
|
||||||
$: fetchLogs(automationId, status, page, timeRange)
|
$: fetchLogs(automationId, status, page, timeRange)
|
||||||
$: isCloud = $admin.cloud
|
$: isCloud = $admin.cloud
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit f6aebba94451ce47bba551926e5ad72bd75f71c6
|
Subproject commit 2ab8536b6005576684810d774f1ac22239218546
|
Loading…
Reference in New Issue