diff --git a/webui2/src/components/shared/pagination.tsx b/webui2/src/components/shared/pagination.tsx index a7e91c542e5121d0dc27a6fc12949847b5735d7f..c7b2b200c3558dcc0dc42de822d89eafa6a4521f 100644 --- a/webui2/src/components/shared/pagination.tsx +++ b/webui2/src/components/shared/pagination.tsx @@ -36,12 +36,15 @@ export function Info({ children }: InfoProps) { const PreviousComponent = React.forwardRef< HTMLAnchorElement, { className?: string; children?: React.ReactNode; disabled?: boolean } & React.AnchorHTMLAttributes ->(({ className, children, ...props }, ref) => ( +>(({ className, children, disabled, ...props }, ref) => ( = (props) => ( const NextComponent = React.forwardRef< HTMLAnchorElement, { className?: string; children?: React.ReactNode; disabled?: boolean } & React.AnchorHTMLAttributes ->(({ className, children, ...props }, ref) => ( +>(({ className, children, disabled, ...props }, ref) => (