Skip to content

Commit

Permalink
remove isFocusable
Browse files Browse the repository at this point in the history
  • Loading branch information
janechodance committed Dec 5, 2024
1 parent 59349b5 commit 74de446
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const Payments = ({
Displaying {from} - {to} of {data.length} payments
</h3>

<va-table isFocusable>
<va-table>
<va-table-row slot="headers">
{fields.map(field => (
<span key={field.value}>{field.label}</span>
Expand Down

0 comments on commit 74de446

Please sign in to comment.