We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e90049 + 97ac817 commit eee6224Copy full SHA for eee6224
src/components/projects/projectId/data-browser/SearchGroups.tsx
@@ -133,7 +133,7 @@ export default function SearchGroups() {
133
setHighlightingToRecords();
134
if (activeSlice && activeSlice.static) {
135
let options: any = {};
136
- if (activeSlice.sliceType == Slice.STATIC_DEFAULT) {
+ if (activeSlice.sliceType == Slice.STATIC_DEFAULT || activeSlice.sliceType == Slice.STATIC_OUTLIER) {
137
options.offset = 0;
138
options.limit = 20;
139
}
0 commit comments