You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix bug with ungrouped history table when selected event is hidden (#987)
When the ungrouped table view is opened with a selected event that is then hidden by the filters, Virtuoso is unable to find the selected event and so, it crashes. This PR fixes the issue by not doing the check if the selected event is not present in the list of events to show.
Copy file name to clipboardExpand all lines: src/views/workflow-history/workflow-history-ungrouped-table/__tests__/workflow-history-ungrouped-table.test.tsx
+45-7Lines changed: 45 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,25 @@ import WorkflowHistoryUngroupedTable from '../workflow-history-ungrouped-table';
0 commit comments