Fix "retry"
This commit is contained in:
parent
25ef8bcbcd
commit
714154323b
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ const cancelUpload = () => {
|
|||
|
||||
const retryUpload = () => {
|
||||
if (uploadBatch.value) {
|
||||
uploadBatch.value.send(uploadBatch.value.sendingRootMessage.value ?? "");
|
||||
uploadBatch.value.send(uploadBatch.value.sendingRootMessage?.value ?? "");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue