Skip to content

Commit

Permalink
Merge pull request #1008 from colinin/remove-flagicon
Browse files Browse the repository at this point in the history
fix(localization): remove flagicon
  • Loading branch information
colinin authored Sep 16, 2024
2 parents d62b69d + 393cf74 commit d6f4d77
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,4 @@ public abstract class LanguageCreateOrUpdateDto
[Required]
[DynamicStringLength(typeof(LanguageConsts), nameof(LanguageConsts.MaxDisplayNameLength))]
public string DisplayName { get; set; }

[DynamicStringLength(typeof(LanguageConsts), nameof(LanguageConsts.MaxTwoLetterISOLanguageNameLength))]
public string FlagIcon { get; set; }
}

0 comments on commit d6f4d77

Please sign in to comment.