DaisyUI Integriert
This commit is contained in:
@@ -80,7 +80,7 @@
|
||||
</script>
|
||||
|
||||
{#if max > 1}
|
||||
<input type="file" {name} multiple on:change={getAllImages} />
|
||||
<input type="file" class="file-input file-input-ghost" {name} multiple on:change={getAllImages} />
|
||||
{:else}
|
||||
<input type="file" {name} on:change={getAllImages} />
|
||||
<input type="file" class="file-input file-input-ghost" {name} on:change={getAllImages} />
|
||||
{/if}
|
||||
Reference in New Issue
Block a user