Skip to content

Commit

Permalink
Fix #2267
Browse files Browse the repository at this point in the history
  • Loading branch information
kbeaugrand committed Jun 27, 2023
1 parent 0ba44ea commit 10b7617
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,9 @@
<MudButton id="exportTemplateButton" Variant="Variant.Text" Color="Color.Primary" StartIcon="@Icons.Material.Filled.Download" OnClick="ExportTemplateFile">Download template file</MudButton>
</MudItem>
<MudItem>
<MudFileUpload id="importDevicesButton" T="IBrowserFile" FilesChanged="ImportDeviceList">
<MudFileUpload T="IBrowserFile" FilesChanged="ImportDeviceList">
<ButtonTemplate>
<MudButton Variant="Variant.Text"
<MudButton id="importDevicesButton" Variant="Variant.Text"
HtmlTag="label"
Color="Color.Primary"
StartIcon="@Icons.Material.Outlined.Upload"
Expand Down

0 comments on commit 10b7617

Please sign in to comment.