PersonRolesEditCreatorComponent fixed

This commit is contained in:
2024-10-09 01:16:05 +02:00
Unverified
parent 28061cdcf4
commit f416c62ea6
10 changed files with 52 additions and 10 deletions

View File

@@ -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
}