Skip to content

Commit

Permalink
fix(dop): fix table rowkey (#869) (#875)
Browse files Browse the repository at this point in the history
Co-authored-by: Zero <mobius_pan@yeah.net>
  • Loading branch information
erda-bot and Zero-Rock authored Aug 6, 2021
1 parent 9c796ed commit ccde3ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ const MachineTable = ({ list, gotoMachineMonitor, gotoMachineTasks, isFetching =
<Table
className="machine-list-table"
loading={isFetching}
rowKey="ip"
rowKey={(record, index) => `${record.ip}-${index}`}
pagination={false}
bordered
columns={columns}
Expand Down

0 comments on commit ccde3ef

Please # to comment.