Fixed more edge cases

This commit is contained in:
TheXamlGuy
2024-05-21 20:32:41 +01:00
parent 15de406460
commit 5c1a579984
24 changed files with 173 additions and 87 deletions
+1 -1
View File
@@ -2,5 +2,5 @@
public record ItemConfiguration
{
public string? Name { get; set; }
public string Name { get; set; } = "";
}