Added Document Managment feature #388

Merged
pramod.mahajan merged 124 commits from Document_Manag into main 2025-09-10 14:34:35 +00:00
Showing only changes of commit a8239d5c31 - Show all commits

View File

@ -32,7 +32,7 @@ const ViewDocument = () => {
error: versionError,
} = useDocumentVersionList(
data?.parentAttachmentId,
ITEMS_PER_PAGE,
ITEMS_PER_PAGE-10,
currentPage
);
const paginate = (page) => {