Merge e563747ccb into 133a2abe26
This commit is contained in:
commit
32b63c0708
|
|
@ -29,7 +29,7 @@ var sectionLanguagesComponent = {
|
|||
methods: {
|
||||
addLanguage: function()
|
||||
{
|
||||
var item = models.wDefaultInterest();
|
||||
var item = models.newDefaultLanguage();
|
||||
this.$root.sections.languages.push(item);
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue