Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bohdanm-bb committed May 1, 2024
1 parent 1606518 commit 0358661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Apps.BWX/Models/Glossary/Requests/CreateGlossaryRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class CreateGlossaryRequest
public string Name { get; set; }

[DataSource(typeof(LanguageDataHandler))]
public string Languages { get; set; }
public List<string> Languages { get; set; }

[DataSource(typeof(OrganizationDataHandler))]
public string Organization { get; set; }
Expand Down

0 comments on commit 0358661

Please sign in to comment.