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

fix: SearchPage - added rowKey property to result movies table

parent 23a6f546
No related branches found
No related tags found
No related merge requests found
......@@ -349,6 +349,7 @@ export const SearchPage = () => {
}}
columns={columns}
dataSource={resultMovies}
rowKey='id'
bordered
title={() => "Results"}
/>
......
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