Skip to content

Commit b6e1485

Browse files
committed
chore: fix problem raised
1 parent f7fc747 commit b6e1485

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interop-dashboard-frontend",
3-
"version": "1.6.2",
3+
"version": "1.6.3",
44
"type": "module",
55
"scripts": {
66
"dev": "vite",

src/pages/ProviderEServiceDetailsPage/components/ProviderEServiceDetailsTab/ProviderEServiceTechnicalInfoSection/ProviderEServiceUpdateDocumentationDrawer.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@ export const ProviderEServiceUpdateDocumentationDrawer: React.FC<
4747

4848
const docs = [descriptor.interface, ...descriptor.docs]
4949

50-
const { paginationParams, paginationProps, getTotalPageCount, rowPerPageOptions } = usePagination(
51-
{ limit: 3 }
52-
)
50+
const { paginationParams, paginationProps, getTotalPageCount } = usePagination({ limit: 3 })
5351

5452
const paginatedDocs = docs.slice(
5553
paginationParams.offset,

0 commit comments

Comments
 (0)