change(ui) - alerts list page limit to 10
This commit is contained in:
parent
bbb18ddcb7
commit
ce83bc3f9e
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue