Fixed: Series select not working correctly after stopping/starting or changing sort order

pull/5441/head
Mark McDowall 1 year ago
parent cf00fecbe4
commit bf62d4f921

@ -116,7 +116,7 @@ function selectReducer(state: SelectState, action: SelectAction): SelectState {
...state,
...areAllSelected(nextSelectedState),
selectedState: nextSelectedState,
items,
items: action.items,
};
}
default: {

Loading…
Cancel
Save