From d5cb3af29333208f571648dea0612826194804af Mon Sep 17 00:00:00 2001 From: twwu Date: Mon, 16 Dec 2024 12:15:01 +0800 Subject: [PATCH] feat: add horizontal divider above pagination in completed documents view --- web/app/components/datasets/documents/detail/completed/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/app/components/datasets/documents/detail/completed/index.tsx b/web/app/components/datasets/documents/detail/completed/index.tsx index 46a4f692fc..fa51f9d053 100644 --- a/web/app/components/datasets/documents/detail/completed/index.tsx +++ b/web/app/components/datasets/documents/detail/completed/index.tsx @@ -571,6 +571,7 @@ const Completed: FC = ({ /> } {/* Pagination */} + setCurrentPage(cur + 1)}