mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 19:01:05 +00:00
refactor(fileuploader): move reactive assignment
This commit is contained in:
parent
bb18cdf797
commit
d9c951f332
4 changed files with 9 additions and 17 deletions
|
@ -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'}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue