Skip to content
Snippets Groups Projects
Commit 6396e528 authored by Lukáš Kratochvíl's avatar Lukáš Kratochvíl
Browse files

fix: SearchPage - deleted Table onRow click event

parent 6eba8378
No related branches found
No related tags found
No related merge requests found
......@@ -306,13 +306,6 @@ export const SearchPage = () => {
style={{ display: "flex", padding: 24, textAlign: "left" }}
>
<Table
onRow={(record, rowIndex) => {
return {
onClick: (event) => {
console.log(record.id); // TODO: remove later
},
}; // TODO: here change to view movie
}}
columns={columns}
dataSource={resultMovies}
rowKey='id'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment