Skip to content

Commit

Permalink
typo: Fix ToolbarWithBorder type (#289)
Browse files Browse the repository at this point in the history
Signed-off-by: yazhou <yazhouhu@yunify.com>
  • Loading branch information
yazhouio authored Jul 31, 2024
1 parent 4a4c953 commit 83cd48f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/Table/DataTable/Table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
StorageStateOptions,
} from './interfaces';

const ToolbarWithBorder = styled(Toolbar)`
const ToolbarWithBorder = styled(Toolbar)<any>`
border-bottom: 1px solid ${({ theme }) => theme.palette.accents_1};
`;
declare module '@tanstack/react-table' {
Expand Down

0 comments on commit 83cd48f

Please sign in to comment.