Skip to content

Commit

Permalink
Merge pull request #2105 from KeRan213539/#2098_bug_fix
Browse files Browse the repository at this point in the history
#2098 bug fix
  • Loading branch information
nkorange authored Nov 25, 2019
2 parents 00cb9d0 + dd9b687 commit a70950c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1084,7 +1084,7 @@ class ConfigurationManagement extends React.Component {
this.setState({ rowSelection });
configsTableSelected.clear();
ids.forEach((id, i) => {
configsTableSelected.set(id, id);
configsTableSelected.set(id, records[i]);
});
}

Expand Down

0 comments on commit a70950c

Please sign in to comment.