瀏覽代碼

fix: fix typo

CaIon 2 年之前
父節點
當前提交
d3399d68f6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      web/src/components/MjLogsTable.js

+ 1 - 1
web/src/components/MjLogsTable.js

@@ -39,7 +39,7 @@ function renderType(type) {
             return <Tag color="cyan" size='large'>平移</Tag>;
         case 'DESCRIBE':
             return <Tag color="yellow" size='large'>图生文</Tag>;
-        case 'BLEAND':
+        case 'BLEND':
             return <Tag color="lime" size='large'>图混合</Tag>;
         case 'SHORTEN':
             return <Tag color="pink" size='large'>缩词</Tag>;