Update Tag.cs

Fixed typo
This commit is contained in:
Jimmy Engstrom 2023-07-03 09:14:43 +02:00 committed by GitHub
parent 7b3ebb5489
commit 4a64d79f8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,3 @@ public class Tag
[Required] [Required]
public string Name { get; set; } = string.Empty; public string Name { get; set; } = string.Empty;
} }
CustomCssClassProvider