From a430284aa21e3ae1f0d5654e55b2ad2852519cc2 Mon Sep 17 00:00:00 2001
From: wwf <yearningwang@iqtogether.com>
Date: 星期三, 04 六月 2025 15:17:49 +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