ThyeeZz 3 年之前
父节点
当前提交
96c4abab25
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      client/src/plugins/system/SystemView.tsx

+ 1 - 1
client/src/plugins/system/SystemView.tsx

@@ -79,7 +79,7 @@ const parseJson = (jsonData: any) => {
     const type = node?.infos?.type;
     const has_error = node?.infos?.has_error;
 
-    if (String(has_error) === 'true') {
+    if (has_error) {
       return;
     }