fix(ui): pagination in issues list
This commit is contained in:
parent
a3569421aa
commit
bc1f12572b
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ function CardIssues() {
|
|||
return {
|
||||
...filter,
|
||||
limit: pageSize,
|
||||
page: metricStore.sessionsPage,
|
||||
page: filter.page,
|
||||
series: filter.series.map(mapSeries)
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue