Change admin log filter types and impacts to use hashsets
This commit is contained in:
@@ -14,9 +14,9 @@ public sealed class LogFilter
|
||||
|
||||
public string? Search { get; set; }
|
||||
|
||||
public List<LogType>? Types { get; set; }
|
||||
public HashSet<LogType>? Types { get; set; }
|
||||
|
||||
public List<LogImpact>? Impacts { get; set; }
|
||||
public HashSet<LogImpact>? Impacts { get; set; }
|
||||
|
||||
public DateTime? Before { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user