mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-06 04:54:29 +08:00
Fix label for image input entries
This commit is contained in:
parent
544ae553bf
commit
356bd4b976
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ defmodule LivebookWeb.Output.ImageInputComponent do
|
|||
<.live_file_input upload={@uploads.file} />
|
||||
</form>
|
||||
<div :for={entry <- @uploads.file.entries} class="delay-200 flex flex-col gap-1">
|
||||
<.file_entry name="Audio" entry={entry} on_clear={JS.push("clear_file", target: @myself)} />
|
||||
<.file_entry name="Image" entry={entry} on_clear={JS.push("clear_file", target: @myself)} />
|
||||
</div>
|
||||
</div>
|
||||
"""
|
||||
|
|
Loading…
Add table
Reference in a new issue