diff --git a/src/compenents/upload-video-button/index.tsx b/src/compenents/upload-video-button/index.tsx index 0cde025..9174393 100644 --- a/src/compenents/upload-video-button/index.tsx +++ b/src/compenents/upload-video-button/index.tsx @@ -130,6 +130,7 @@ export const UploadVideoButton = (props: PropsInterface) => { } setShowModal(false); setFileList([]); + localFileList.current = []; props.onUpdate(); };