Squashed new RBAC
All checks were successful
Deploy on push / deploy (push) Successful in 7s

This commit is contained in:
2025-07-02 22:30:21 +03:00
parent 7585dae0ab
commit 82111ed0f6
100 changed files with 14785 additions and 5888 deletions

View File

@@ -12,7 +12,7 @@ interface PaginationProps {
}
const Pagination = (props: PaginationProps) => {
const perPageOptions = props.perPageOptions || [10, 20, 50, 100]
const perPageOptions = props.perPageOptions || [20, 50, 100, 200]
// Генерируем массив страниц для отображения
const pages = () => {