Fixed Language Bug
This commit is contained in:
parent
95ef745504
commit
8b6b908f23
|
|
@ -29,7 +29,7 @@ var sectionLanguagesComponent = {
|
||||||
methods: {
|
methods: {
|
||||||
addLanguage: function()
|
addLanguage: function()
|
||||||
{
|
{
|
||||||
var item = models.wDefaultInterest();
|
var item = models.newDefaultLanguage();
|
||||||
this.$root.sections.languages.push(item);
|
this.$root.sections.languages.push(item);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue