change(ui): card results limit increased to 20 from 5

This commit is contained in:
Shekar Siri 2024-07-03 15:46:54 +02:00
parent 95c6de95a0
commit 9903f097dc

View file

@ -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};