Skip to content

Commit

Permalink
don't print all models by default
Browse files Browse the repository at this point in the history
  • Loading branch information
shapiromatron committed Nov 16, 2024
1 parent 2b945a7 commit 069f3ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/stores/MainStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ class MainStore {
// word export options setting
if (this.isMultiTumorOrNestedDichotomous) {
this.changeReportOptions("datasetFormatLong", false);
this.changeReportOptions("allModels", true);
}
this.rootStore.modelsStore.setDefaultsByDatasetType(true);
this.rootStore.optionsStore.setDefaultsByDatasetType(true);
Expand Down

0 comments on commit 069f3ba

Please sign in to comment.