Skip to content

Commit

Permalink
comment resoluton 4
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianWhitneyAI committed May 22, 2024
1 parent 32f367a commit 5ee02de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/state/selection/reducer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export default makeReducer<SelectionStateBranch>(
...state,
filters: action.payload,
recentAnnotations: uniq([
...action.payload.map((filter: any) => filter.annotationName),
...action.payload.map((filter) => filter.name),
...state.recentAnnotations,
]).slice(0, 5),

Expand Down

0 comments on commit 5ee02de

Please sign in to comment.