document version list display 10 version at per page
This commit is contained in:
parent
97a32b8f42
commit
a8239d5c31
@ -32,7 +32,7 @@ const ViewDocument = () => {
|
|||||||
error: versionError,
|
error: versionError,
|
||||||
} = useDocumentVersionList(
|
} = useDocumentVersionList(
|
||||||
data?.parentAttachmentId,
|
data?.parentAttachmentId,
|
||||||
ITEMS_PER_PAGE,
|
ITEMS_PER_PAGE-10,
|
||||||
currentPage
|
currentPage
|
||||||
);
|
);
|
||||||
const paginate = (page) => {
|
const paginate = (page) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user