pagination fix
This commit is contained in:
parent
af171a7bae
commit
ef92ec8aea
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ import styles from './CloudPage.module.css';
|
|||
const cx = cn.bind(styles);
|
||||
|
||||
interface CloudPageProps extends WithStoreProps {}
|
||||
const ITEMS_PER_PAGE = 1;
|
||||
const ITEMS_PER_PAGE = 50;
|
||||
|
||||
const CloudPage = observer((props: CloudPageProps) => {
|
||||
const store = useStore();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue