Skip to content

Commit b84e2f5

Browse files
author
Constance
authored
Merge pull request #45 from elastic/10-to-100
Changed Facets to show up to 100 values
2 parents ae05dbc + c1f41e1 commit b84e2f5

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)