mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-03-29 16:10:23 +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}
|
disabled={!canUpload || !showTable}
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
upload(pending);
|
upload(pending);
|
||||||
|
setFiles([]);
|
||||||
closeModal();
|
closeModal();
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
|
Loading…
Add table
Reference in a new issue