Browse Source

fix issue

pull/3418/head
zhoupzh 2 years ago
parent
commit
b75ece53cb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      web_src/js/components/dataset/selectDataset.vue

+ 1
- 1
web_src/js/components/dataset/selectDataset.vue View File

@@ -1018,7 +1018,7 @@ export default {
}
if (
location.href.indexOf("modelarts/notebook/create") !== -1 ||
location.href.indexOf("/cloudbrain/create") !== -1
location.href.indexOf("/cloudbrain/create") !== -1 || location.href.indexOf('grampus/notebook/create') !== -1
) {
this.required = false;
}


Loading…
Cancel
Save