mirror of
https://github.com/portainer/portainer.git
synced 2026-06-23 07:40:11 +00:00
fix(ui/sortable-list): remove 1 as page size option [BE-12900] (#2469)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import clsx from 'clsx';
|
||||
|
||||
const PAGE_SIZE_OPTIONS = [1, 10, 25, 50, 100] as const;
|
||||
const PAGE_SIZE_OPTIONS = [10, 25, 50, 100] as const;
|
||||
|
||||
interface Props {
|
||||
page: number;
|
||||
|
||||
Reference in New Issue
Block a user