feat: improving ui
This commit is contained in:
@@ -216,6 +216,7 @@ public sealed class ModuleDefinition
|
||||
[JsonPropertyName("product")]
|
||||
public List<string> ProductIds
|
||||
{
|
||||
get => Products;
|
||||
set => Products = value ?? [];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user