Преглед изворни кода

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>