Skip to content

Commit 8b56c09

Browse files
committed
Fix unsetting of project name after subject type change
1 parent d2e1ea0 commit 8b56c09

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

bughog/web/vue/src/App.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ export default {
122122
this.get_projects(() => {
123123
if (this.projects.length === 1) {
124124
this.evalParams.project_name = this.projects[0];
125+
} else {
126+
this.evalParams.project_name = null;
125127
}
126128
});
127129
this.selected.experiment = null;

0 commit comments

Comments
 (0)