Sfoglia il codice sorgente

destroyOnClose={true}

visuddhinanda 3 anni fa
parent
commit
ccd7a913e6
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      dashboard/src/components/channel/CopyToModal.tsx

+ 1 - 0
dashboard/src/components/channel/CopyToModal.tsx

@@ -35,6 +35,7 @@ const CopyToModalWidget = ({ trigger, channel }: IWidget) => {
         open={isModalOpen}
         onOk={handleOk}
         onCancel={handleCancel}
+        destroyOnClose={true}
         footer={[]}
       >
         <CopyToStep