We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0314911 commit ab890f0Copy full SHA for ab890f0
1 file changed
src/models/Language.js
@@ -16,7 +16,7 @@ class Language extends Model {
16
*/
17
constructor(data = {}) {
18
19
- super();
+ super(data);
20
21
this.name = new MultiLangString(data.name);
22
0 commit comments