diff --git a/frontend/app/components/Dashboard/components/Alerts/AlertsList.tsx b/frontend/app/components/Dashboard/components/Alerts/AlertsList.tsx index e20eb8cd1..18019db9d 100644 --- a/frontend/app/components/Dashboard/components/Alerts/AlertsList.tsx +++ b/frontend/app/components/Dashboard/components/Alerts/AlertsList.tsx @@ -8,7 +8,7 @@ import { fetchList as fetchWebhooks } from 'Duck/webhook'; import AlertListItem from './AlertListItem' -const pageSize = 20; +const pageSize = 10; interface Props { fetchList: () => void;