diff --git a/frontend/src/pages/Contacts.vue b/frontend/src/pages/Contacts.vue
index f9603473..b203a096 100644
--- a/frontend/src/pages/Contacts.vue
+++ b/frontend/src/pages/Contacts.vue
@@ -58,7 +58,7 @@ const contacts = createListResource({
fields: ['name', 'full_name', 'image', 'email_id', 'phone'],
orderBy: 'full_name asc',
cache: 'Contacts',
- pageLength: 999,
+ pageLength: 20,
auto: true,
})
diff --git a/frontend/src/pages/Deals.vue b/frontend/src/pages/Deals.vue
index 41cfdcf5..08234068 100644
--- a/frontend/src/pages/Deals.vue
+++ b/frontend/src/pages/Deals.vue
@@ -34,7 +34,7 @@
-
+