Skip to content

Commit

Permalink
Update ImportFileView.razor
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoCoderMatrix86 committed Jun 19, 2024
1 parent b3ef12d commit feed226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AudioCuesheetEditor/Pages/ImportFileView.razor
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ along with Foobar. If not, see
<CardBody>
<TabsContent @bind-SelectedPanel="selectedTab">
<TabPanel Name="recognizedFilecontent">
<Text>
<Text Class="form-control">
@if (FileContentRecognized != null)
{
<pre>
Expand Down

0 comments on commit feed226

Please sign in to comment.