mirror of
https://github.com/Mintplex-Labs/vector-admin.git
synced 2026-07-19 21:23:38 -04:00
fix padding for workspace document paginator
This commit is contained in:
@@ -300,11 +300,13 @@ export default function DocumentsList({
|
||||
)}
|
||||
</div>
|
||||
</div>
|
||||
<DocumentListPagination
|
||||
pageCount={Math.ceil(totalDocuments! / Workspace.documentPageSize)}
|
||||
currentPage={currentPage}
|
||||
gotoPage={updatePage}
|
||||
/>
|
||||
<div className="pb-4">
|
||||
<DocumentListPagination
|
||||
pageCount={Math.ceil(totalDocuments! / Workspace.documentPageSize)}
|
||||
currentPage={currentPage}
|
||||
gotoPage={updatePage}
|
||||
/>
|
||||
</div>
|
||||
{canUpload ? (
|
||||
<UploadDocumentModal workspace={workspace} />
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user