Fix use of Text component
This commit is contained in:
parent
0503f4e3a5
commit
dc14bf10cb
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
@if (!string.IsNullOrWhiteSpace(redist.Description))
|
||||
{
|
||||
<br />
|
||||
<Text Type="TextElementType.Secondary">@redist.Description</Text>
|
||||
<AntDesign.Text Type="TextElementType.Secondary">@redist.Description</AntDesign.Text>
|
||||
}
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue