Skip to content
This repository was archived by the owner on May 4, 2019. It is now read-only.

Commit 45994d3

Browse files
committed
fix: fixed test
1 parent 490f7db commit 45994d3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/ItemSearch/ItemSearch.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -254,9 +254,7 @@ export class ItemSearch {
254254
options = this.searchOptionToFilterClaim(
255255
filter.filterOptions,
256256
filter.code,
257-
searchApi.claims === undefined || searchApi.claims.length > 1
258-
? defaultOptionKeys
259-
: searchApi.claims
257+
searchApi.claims
260258
);
261259
break;
262260
case FilterType.InteractionType:

0 commit comments

Comments
 (0)