Skip to content

Commit 01608ba

Browse files
fix(tables): pass run source from action-bar play/refresh dispatchers
1 parent ee79d32 commit 01608ba

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • apps/sim/app/workspace/[workspaceId]/tables/[tableId]

apps/sim/app/workspace/[workspaceId]/tables/[tableId]/table.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -588,6 +588,7 @@ export function Table({
588588
groupIds: scope.groupIds,
589589
rowIds: scope.allRows ? undefined : scope.rowIds,
590590
runMode: 'incomplete',
591+
source: 'rows',
591592
})
592593
}}
593594
onRefresh={() => {
@@ -597,6 +598,7 @@ export function Table({
597598
groupIds: scope.groupIds,
598599
rowIds: scope.allRows ? undefined : scope.rowIds,
599600
runMode: 'all',
601+
source: 'rows',
600602
})
601603
}}
602604
onStopWorkflows={() => {

0 commit comments

Comments
 (0)