From 5fbbcd5cdc8350aa3831ff4ba2f2e6b6006eeff6 Mon Sep 17 00:00:00 2001 From: tewarig <gaurav.tewari@razorpay.com> Date: Thu, 30 Jan 2025 11:30:57 +0530 Subject: [PATCH] fix: lint change --- packages/blade/src/components/Table/Table.web.tsx | 1 - .../blade/src/components/Table/TablePagination.web.tsx | 8 +------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/packages/blade/src/components/Table/Table.web.tsx b/packages/blade/src/components/Table/Table.web.tsx index 0a033e89b9d..0ffa5c73f95 100644 --- a/packages/blade/src/components/Table/Table.web.tsx +++ b/packages/blade/src/components/Table/Table.web.tsx @@ -29,7 +29,6 @@ import type { TableHeaderRowProps, } from './types'; import { getTableBodyStyles } from './commonStyles'; -import type { BladeElementRef } from '~utils/types'; import { makeBorderSize, makeMotionTime } from '~utils'; import { getComponentId, isValidAllowedChildren } from '~utils/isValidAllowedChildren'; import { throwBladeError } from '~utils/logger'; diff --git a/packages/blade/src/components/Table/TablePagination.web.tsx b/packages/blade/src/components/Table/TablePagination.web.tsx index 867345a9c27..6048634b10b 100644 --- a/packages/blade/src/components/Table/TablePagination.web.tsx +++ b/packages/blade/src/components/Table/TablePagination.web.tsx @@ -28,13 +28,7 @@ import { getFocusRingStyles } from '~utils/getFocusRingStyles'; import { makeAnalyticsAttribute } from '~utils/makeAnalyticsAttribute'; import { metaAttribute, MetaConstants } from '~utils/metaAttribute'; -const pageSizeOptions: NonNullable<TablePaginationCommonProps['defaultPageSize']>[] = [ - 10, - 25, - 50, - 100, - 200, -]; +const pageSizeOptions: NonNullable<TablePaginationCommonProps['defaultPageSize']>[] = [10, 25, 50]; const PageSelectionButton = styled.button.attrs(() => { return {