ByronHsu commented on a change in pull request #680:
URL: https://github.com/apache/submarine/pull/680#discussion_r670547281
##########
File path:
submarine-workbench/workbench-web/src/app/pages/workbench/experiment/experiment-home/experiment-home.component.ts
##########
@@ -94,9 +94,11 @@ export class ExperimentHomeComponent implements OnInit {
item.duration = this.experimentService.durationHandle(result);
}
});
- this.checkedList = [];
- for (let i = 0; i < this.experimentList.length; i++) {
- this.checkedList.push(false);
+ if(!isRefetch){
Review comment:
Add a comment here
// If it is auto-reloading, we do not want to change the state of checkbox.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]