Skip to content

Commit

Permalink
Disable truncate to ensure actions always show
Browse files Browse the repository at this point in the history
  • Loading branch information
kraenhansen committed Jan 31, 2025
1 parent a075072 commit 80257d5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ export function IndexesTable<T>({
className={tableStyles}
data-testid={`${dataTestId}-list`}
table={table}
shouldTruncate={false}
>
<TableHead
isSticky
Expand Down

0 comments on commit 80257d5

Please sign in to comment.