Skip to content

Commit

Permalink
Use rowKey in sap system and database overview tables (#1782)
Browse files Browse the repository at this point in the history
  • Loading branch information
arbulu89 committed Sep 4, 2023
1 parent afacda5 commit 259c5fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ function DatabasesOverview({
data={data}
searchParams={searchParams}
setSearchParams={setSearchParams}
rowKey={(item, _index) => item.id}
/>
</div>
</>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ function SapSystemsOverview({
data={data}
searchParams={searchParams}
setSearchParams={setSearchParams}
rowKey={(item, _index) => item.id}
/>
</div>
</>
Expand Down

0 comments on commit 259c5fd

Please sign in to comment.