Skip to content

Commit

Permalink
Merge branch 'v3-ui' into feature/automation-branching-ux
Browse files Browse the repository at this point in the history
  • Loading branch information
adrinr authored Oct 29, 2024
2 parents 3ad1cf5 + 8254e89 commit 8336f25
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@
let loaded = false
$: app = $appsStore.apps.find(app => $appStore.appId?.includes(app.appId))
$: licensePlan = $auth.user?.license?.plan
// Reset the page every time that a filter gets updated
$: pageInfo.reset(), automationId, status, timeRange
$: page = $pageInfo.page
$: fetchLogs(automationId, status, page, timeRange)
$: isCloud = $admin.cloud
Expand Down
2 changes: 1 addition & 1 deletion packages/pro
Submodule pro updated from f6aebb to 2ab853

0 comments on commit 8336f25

Please sign in to comment.