Skip to content

Commit ab890f0

Browse files
authored
FIX: Language not passing data to Model (#117)
closes #117
1 parent 0314911 commit ab890f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/models/Language.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Language extends Model {
1616
*/
1717
constructor(data = {}) {
1818

19-
super();
19+
super(data);
2020

2121
this.name = new MultiLangString(data.name);
2222

0 commit comments

Comments
 (0)