Skip to content

Commit c1f41e1

Browse files
committed
Changed Facets to show up to 100 values
1 parent ae05dbc commit c1f41e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/config-helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ export function buildFacetConfigFromConfig() {
140140
acc = acc || {};
141141
acc[n] = {
142142
type: "value",
143-
size: 10
143+
size: 100
144144
};
145145
return acc;
146146
}, undefined);

0 commit comments

Comments
 (0)