feat: add horizontal divider above pagination in completed documents view

pull/12097/head
twwu 1 year ago
parent fb4d980096
commit d5cb3af293

@ -571,6 +571,7 @@ const Completed: FC<ICompletedProps> = ({
/>
}
{/* Pagination */}
<Divider type='horizontal' className='w-auto h-[1px] my-0 mx-6 bg-divider-subtle' />
<Pagination
current={currentPage - 1}
onChange={cur => setCurrentPage(cur + 1)}

Loading…
Cancel
Save