mirror of
https://github.com/PacktPublishing/Web-Development-with-Blazor-Second-Edition.git
synced 2025-12-06 05:32:03 +01:00
Update Tag.cs
Fixed typo
This commit is contained in:
parent
7b3ebb5489
commit
4a64d79f8d
|
|
@ -5,6 +5,3 @@ public class Tag
|
|||
[Required]
|
||||
public string Name { get; set; } = string.Empty;
|
||||
}
|
||||
|
||||
|
||||
CustomCssClassProvider
|
||||
Loading…
Reference in a new issue