Skip to content

Commit

Permalink
fix: lint change
Browse files Browse the repository at this point in the history
  • Loading branch information
tewarig committed Jan 30, 2025
1 parent 8335605 commit 5fbbcd5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
1 change: 0 additions & 1 deletion packages/blade/src/components/Table/Table.web.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
8 changes: 1 addition & 7 deletions packages/blade/src/components/Table/TablePagination.web.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 5fbbcd5

Please sign in to comment.