fix: add language section doesn't work

This commit is contained in:
Konstantin Tenekedzhiev 2022-12-29 13:07:43 +02:00
parent 522ee8cd41
commit e563747ccb
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}, },