change(ui): card results limit increased to 20 from 5
This commit is contained in:
parent
95c6de95a0
commit
9903f097dc
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ export default class Widget {
|
|||
dashboardIds: any[] = [];
|
||||
config: any = {};
|
||||
page: number = 1;
|
||||
limit: number = 5;
|
||||
limit: number = 20;
|
||||
thumbnail?: string;
|
||||
sessionId?: string;
|
||||
params: any = {density: 70};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue