discovery

This commit is contained in:
snoop 2017-08-23 19:06:30 +09:00
parent bd89cfdae6
commit 2a8bae8a0a

View File

@ -85,7 +85,7 @@ export class TargetList extends React.Component<Props, State> {
public onRefreshList = () => {
console.log('onRefreshList');
// this.setState({openAddTarget: false});
this.setState({openAddTarget: false});
this.getTargetList();
}