Skip to content

Commit eee6224

Browse files
author
anmarhindi
committed
Merge remote-tracking branch 'origin/fastapi' into fastapi
2 parents 6e90049 + 97ac817 commit eee6224

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)