Explorar el Código

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

lex hace 1 año
padre
commit
ce678835a5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>