From 4ed91c0305cd991a20380b39d8222a9eee2f4cce Mon Sep 17 00:00:00 2001 From: zhoupzh Date: Fri, 16 Dec 2022 16:44:50 +0800 Subject: [PATCH] fix issue --- web_src/js/features/cloudbrainShow.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web_src/js/features/cloudbrainShow.js b/web_src/js/features/cloudbrainShow.js index 4a6351a4f..26ccc0deb 100644 --- a/web_src/js/features/cloudbrainShow.js +++ b/web_src/js/features/cloudbrainShow.js @@ -867,6 +867,9 @@ export default async function initCloudrainSow() { }); $("#model_checkpoint").append(html); $("#select_model_checkpoint").removeClass("loading"); + if (html) { + $("#select_model_checkpoint").removeClass("error"); + } const initVersionText = $( "#model_checkpoint div.item:first-child" ).text();