Browse Source

fix issue

pull/3418/head
zhoupzh 2 years ago
parent
commit
4ed91c0305
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      web_src/js/features/cloudbrainShow.js

+ 3
- 0
web_src/js/features/cloudbrainShow.js View File

@@ -867,6 +867,9 @@ export default async function initCloudrainSow() {
}); });
$("#model_checkpoint").append(html); $("#model_checkpoint").append(html);
$("#select_model_checkpoint").removeClass("loading"); $("#select_model_checkpoint").removeClass("loading");
if (html) {
$("#select_model_checkpoint").removeClass("error");
}
const initVersionText = $( const initVersionText = $(
"#model_checkpoint div.item:first-child" "#model_checkpoint div.item:first-child"
).text(); ).text();


Loading…
Cancel
Save