fix test: add for="csv_file" to CSV file label
This commit is contained in:
parent
5bd803a4b4
commit
e4ddaf0dc3
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ defmodule MvWeb.ImportLive.Components do
|
||||||
data-testid="csv-upload-form"
|
data-testid="csv-upload-form"
|
||||||
>
|
>
|
||||||
<fieldset class="mb-2 fieldset w-md" aria-labelledby="csv_file_label">
|
<fieldset class="mb-2 fieldset w-md" aria-labelledby="csv_file_label">
|
||||||
<label id="csv_file_label" class="label block">
|
<label id="csv_file_label" for="csv_file" class="label block">
|
||||||
<span class="mb-1 label text-base-content">{gettext("CSV File")}</span>
|
<span class="mb-1 label text-base-content">{gettext("CSV File")}</span>
|
||||||
<.live_file_input
|
<.live_file_input
|
||||||
upload={@uploads.csv_file}
|
upload={@uploads.csv_file}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue