Remove some event dispatchers
This commit is contained in:
@@ -172,7 +172,7 @@ const leave_confirmation = (e: BeforeUnloadEvent) => {
|
||||
<div class="body">
|
||||
{#each upload_queue as job}
|
||||
{#if job.status !== "finished"}
|
||||
<UploadProgress bind:this={job.component} job={job} on:finished={finish_upload}/>
|
||||
<UploadProgress bind:this={job.component} job={job} finish={finish_upload}/>
|
||||
{/if}
|
||||
{/each}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user