mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 12:23:02 +00:00
parent
fe8fd65893
commit
2e15e09bf3
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@
|
|||
}}"
|
||||
/>
|
||||
<div class:bx--file-container="{true}">
|
||||
{#each files as { name }, i (name)}
|
||||
{#each files as { name }, i}
|
||||
<span class:bx--file__selected-file="{true}">
|
||||
<p class:bx--file-filename="{true}">{name}</p>
|
||||
<span class:bx--file__state-container="{true}">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue