PersonRolesEditCreatorComponent fixed
This commit is contained in:
@@ -7,7 +7,7 @@ public abstract class CreatorRole
|
||||
#region PROPERTIES
|
||||
|
||||
[JsonPropertyName("type_id")]
|
||||
public required short TypeId { get; set; }
|
||||
public short TypeId { get; set; }
|
||||
|
||||
#endregion
|
||||
}
|
||||
Reference in New Issue
Block a user