Skip to content

Commit

Permalink
fix(localization): remove flagicon
Browse files Browse the repository at this point in the history
  • Loading branch information
colinin committed Sep 16, 2024
1 parent 373f151 commit 393cf74
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 393cf74

Please sign in to comment.