Skip to content

Commit

Permalink
Fix label for image input entries
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko committed Jun 14, 2024
1 parent 544ae55 commit 356bd4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/livebook_web/live/output/image_input_component.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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>
"""
Expand Down

0 comments on commit 356bd4b

Please sign in to comment.