{#if isUploading}
{ notificationController.show({ message: 'Upload success, refresh the page to see new upload assets', type: NotificationType.Info }); }} class="absolute right-6 bottom-6 z-[10000]" > {#if showDetail}

UPLOADING {$uploadAssetsStore.length}

{#each $uploadAssetsStore as uploadAsset} {#key uploadAsset.id} {/key} {/each}
{:else}
{/if}
{/if}