This commit is contained in:
TheXamlGuy
2024-05-18 20:40:12 +01:00
parent 46fe35fea4
commit 0f9998bc1d
54 changed files with 368 additions and 241 deletions
+3 -1
View File
@@ -2,5 +2,7 @@
public record ContainerViewModelConfiguration
{
public string? Filter { get; set; }
public string? Filter { get; set; } = "All";
public string? Query { get; set; }
}