change(ui) - alerts list page limit to 10

This commit is contained in:
Shekar Siri 2022-08-23 15:15:54 +02:00
parent bbb18ddcb7
commit ce83bc3f9e

View file

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