Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
RiabushenkoA committed Dec 9, 2024
1 parent 18369c0 commit 55888c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ public class AddSourceFileRequest : AddRequestBaseModel
public string? FileName { get; set; }

[Display("Target native language")]
public List<string> TargetNativeLanguage { get; set; }
public string[] TargetNativeLanguage { get; set; }
}

0 comments on commit 55888c5

Please sign in to comment.