Browse Source

destroyOnClose={false}

visuddhinanda 2 năm trước cách đây
mục cha
commit
ed531c6c10
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      dashboard/src/components/general/VideoModal.tsx

+ 1 - 1
dashboard/src/components/general/VideoModal.tsx

@@ -46,7 +46,7 @@ export const VideoModalWidget = ({
         onOk={handleClose}
         onCancel={handleClose}
         width={800}
-        destroyOnClose
+        destroyOnClose={false}
         maskClosable={false}
         mask={false}
       >