change(ui): remove pagination while checking for latest sessions
This commit is contained in:
parent
72d4867e42
commit
77273b0df9
1 changed files with 3 additions and 0 deletions
|
|
@ -231,6 +231,9 @@ class SearchStore {
|
|||
filter.startDate = newTimestamps.startDate;
|
||||
filter.endDate = newTimestamps.endDate;
|
||||
}
|
||||
// TODO - dedicated API endpoint to get the count of latest sessions, or show X+ sessions
|
||||
delete filter.limit;
|
||||
delete filter.page;
|
||||
searchService.checkLatestSessions(filter).then((response: any) => {
|
||||
runInAction(() => {
|
||||
this.latestList = List(response);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue