From 77950e48c76f4a3b29d01831d43039caba29888a Mon Sep 17 00:00:00 2001
From: wwf <1971391498@qq.com>
Date: 星期二, 18 十一月 2025 14:12:42 +0800
Subject: [PATCH] 修改

---
 app/components/base/pagination/pagination.tsx |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/app/components/base/pagination/pagination.tsx b/app/components/base/pagination/pagination.tsx
index ec8b035..5898c4e 100644
--- a/app/components/base/pagination/pagination.tsx
+++ b/app/components/base/pagination/pagination.tsx
@@ -7,11 +7,10 @@
   IPaginationProps,
   PageButtonProps,
 } from './type'
-import { noop } from 'lodash-es'
 
 const defaultState: IPagination = {
   currentPage: 0,
-  setCurrentPage: noop,
+  setCurrentPage: () => {},
   truncableText: '...',
   truncableClassName: '',
   pages: [],

--
Gitblit v1.8.0