parent
11459722b0
commit
a656aa9022
1 changed files with 2 additions and 2 deletions
|
@ -20,10 +20,10 @@ public partial class HeroIcon : ComponentBase
|
|||
}
|
||||
|
||||
[Parameter]
|
||||
public string Name { get; set; }
|
||||
public string? Name { get; set; }
|
||||
|
||||
[Parameter]
|
||||
public bool UseSmallIcon { get; set; } = false;
|
||||
public bool UseSmallIcon { get; set; }
|
||||
|
||||
[Parameter]
|
||||
public bool UseOutline { get; set; } = true;
|
||||
|
|
Loading…
Reference in a new issue