diff --git a/src/components/ListView/ListViewRow.tsx b/src/components/ListView/ListViewRow.tsx index 39c9a6f1c..2edde0444 100644 --- a/src/components/ListView/ListViewRow.tsx +++ b/src/components/ListView/ListViewRow.tsx @@ -84,6 +84,7 @@ function ListViewRow({ {...(areItemsClickable ? { as: 'button', + type: 'button', onClick: () => { setActiveRowId(row.id); options.onRowClick({ row: row.original });