Skip to content

Commit c6e19f8

Browse files
authored
Merge pull request #2278 from ORNL-AMO/issue-2232a
Issue 2232 - make predictor checkbox behavior consistent with other checkboxes
2 parents 2496865 + 3898bba commit c6e19f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/data-management/data-management-import/shared-process-file/process-predictors/process-predictors.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ export class ProcessPredictorsComponent {
7777
}
7878

7979
setSkipAll() {
80-
this.skipAll = !this.skipAll;
8180
this.fileReference.predictors.forEach(predictor => {
8281
predictor.skipImport = this.skipAll;
8382
});

0 commit comments

Comments
 (0)