mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-03-23 13:27:10 +08:00
no log: Remove pending subtitles after starting the upload process
This commit is contained in:
parent
75d85d0551
commit
4887b3dcdd
1 changed files with 1 additions and 0 deletions
|
@ -279,6 +279,7 @@ export default function SubtitleUploadModal<T>(
|
|||
disabled={!canUpload || !showTable}
|
||||
onClick={() => {
|
||||
upload(pending);
|
||||
setFiles([]);
|
||||
closeModal();
|
||||
}}
|
||||
>
|
||||
|
|
Loading…
Add table
Reference in a new issue