InfiniteScroll and Layer list filter

This commit is contained in:
Michał Zieliński
2023-10-20 13:56:40 +02:00
parent a358dc75cf
commit a96ca6a795
9 changed files with 227 additions and 201 deletions

View File

@@ -18,7 +18,7 @@ namespace WebAPI.Models
[Required]
public string? Source { get; set; }
[Required]
public string? Name { get; set; }
public string Name { get; set; }
[Required]
public LayerType Type { get; set; }
[Required]