refactor(fileuploader): move reactive assignment

This commit is contained in:
Eric Liu 2019-12-29 19:43:58 -08:00
commit d9c951f332
4 changed files with 9 additions and 17 deletions

View file

@ -15,7 +15,7 @@
</script>
{#if status === 'uploading'}
<Loading description={iconDescription} withOverlay={false} small class={className} {style} />
<Loading small description={iconDescription} withOverlay={false} class={className} {style} />
{/if}
{#if status === 'edit'}