Skip to content

Commit 97ac817

Browse files
Fixed issue with outliers
1 parent f7f3fa0 commit 97ac817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/projects/projectId/data-browser/SearchGroups.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ export default function SearchGroups() {
133133
setHighlightingToRecords();
134134
if (activeSlice && activeSlice.static) {
135135
let options: any = {};
136-
if (activeSlice.sliceType == Slice.STATIC_DEFAULT) {
136+
if (activeSlice.sliceType == Slice.STATIC_DEFAULT || activeSlice.sliceType == Slice.STATIC_OUTLIER) {
137137
options.offset = 0;
138138
options.limit = 20;
139139
}

0 commit comments

Comments
 (0)