remove console.log

This commit is contained in:
cristhianzl 2024-06-28 14:26:10 -03:00 committed by Gabriel Luiz Freitas Almeida
commit 227ad4f2e9

View file

@ -52,7 +52,6 @@ export default function SessionView({ rows }: { rows: Array<any> }) {
]}
overlayNoRowsTemplate="No data available"
onSelectionChanged={(event: SelectionChangedEvent) => {
console.log(event.api.getSelectedRows());
setSelectedRows(event.api.getSelectedRows().map((row) => row.id));
}}
rowSelection="multiple"