Browse Source

!1302 Fix the problem that recommended monitoring points cannot be displayed

From: @feng_xue_feng
Reviewed-by: @ouwenchang,@yelihua
Signed-off-by: @yelihua
pull/1302/MERGE
mindspore-ci-bot Gitee 4 years ago
parent
commit
445874a5fb
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      mindinsight/ui/src/mixins/debugger-mixin.vue

+ 0
- 1
mindinsight/ui/src/mixins/debugger-mixin.vue View File

@@ -1440,7 +1440,6 @@ export default {
} }
if ( if (
!res.data.metadata.recommendation_confirmed && !res.data.metadata.recommendation_confirmed &&
this.sessionId &&
this.metadata.state === this.state.waiting this.metadata.state === this.state.waiting
) { ) {
this.recommendWatchPointDialog = true; this.recommendWatchPointDialog = true;


Loading…
Cancel
Save