[#79] Entities: Remove EF proxies
This commit is contained in:
@@ -20,7 +20,7 @@ namespace Elwig.ViewModels {
|
||||
public List<string> TextFilter => [.. SearchQuery?.ToLower().Split(' ').ToList().FindAll(e => e.Length > 0) ?? []];
|
||||
|
||||
[ObservableProperty]
|
||||
private bool _showOnlyActiveMembers;
|
||||
private bool _showOnlyActiveMembers = true;
|
||||
|
||||
[ObservableProperty]
|
||||
private Member? _selectedMember;
|
||||
|
||||
Reference in New Issue
Block a user