Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update todo
  • Loading branch information
Assem-Uber committed Nov 20, 2025
commit fb1f87ca1e5f08a1197d3a042c5fb4ea2b17592a
2 changes: 1 addition & 1 deletion src/views/workflow-history/workflow-history.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default function WorkflowHistory({ params }: Props) {
pageSize: wfHistoryRequestArgs.pageSize,
waitForNewEvent: wfHistoryRequestArgs.waitForNewEvent,
},
//TODO replace this with grouper callback
//TODO: @assem.hafez replace this with grouper callback
() => {},
2000
);
Expand Down
Loading