Fix label for image input entries

This commit is contained in:
Jonatan Kłosko 2024-06-14 21:12:22 +07:00
parent 544ae553bf
commit 356bd4b976

View file

@ -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>
"""