ソースを参照

Merge branch 'iteration-upload-works' into jenkins-main

lex 1 年間 前
コミット
ce678835a5
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/views/creation/index.tsx

+ 1 - 1
src/views/creation/index.tsx

@@ -401,7 +401,7 @@ export default defineComponent({
               ))}
             </List>
           ) : (
-            <MEmpty description="暂无数据" />
+            <MEmpty tips="暂无数据" />
           )}
         </div>