Got fix working for issues editing
This commit is contained in:
@@ -11,4 +11,6 @@ public class ArtifactStorageLocation
|
||||
|
||||
[System.ComponentModel.DataAnnotations.Schema.Index(IsUnique =true)]
|
||||
public required string Location { get; set; }
|
||||
|
||||
public List<ArtifactEntry> ArtifactEntries { get; set; } = [];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user