Skip to content

Commit

Permalink
chore: review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tewarig committed Feb 19, 2025
1 parent d743491 commit 710433b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/blade/src/components/Table/Table.web.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ const _Table = <Item,>({
)}
{toolbar}
<StyledReactTable
role={isVirtualized ? 'grid' : 'table'}
role="table"
layout={{ fixedHeader: shouldHeaderBeSticky, horizontalScroll: true }}
data={data}
// @ts-expect-error ignore this, theme clashes with styled-component's theme. We're using useTheme from blade to get actual theme
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10045,7 +10045,7 @@ exports[`<Table /> should render virtualized table 1`] = `
class="c1 css-oiy9me-Table"
data-blade-component="table"
data-table-library_table=""
role="grid"
role="table"
>
<div
style="overflow: visible; height: 0px; width: 0px;"
Expand Down

0 comments on commit 710433b

Please sign in to comment.