Browse Source

Merge branch 'iteration-20240912'

lex-xin 6 tháng trước cách đây
mục cha
commit
50b53a7ac7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/teacher/music/upload/index.tsx

+ 1 - 1
src/teacher/music/upload/index.tsx

@@ -566,7 +566,7 @@ export default defineComponent({
                   </div>
                 ),
                 input: () =>
-                  !browser().isApp ? (
+                  browser().isApp ? (
                     <div class={styles.btnSection}>
                       <Button
                         icon={UploadIcon}