This commit is contained in:
Konstantin Tenekedzhiev 2023-10-30 20:10:13 +03:00 committed by GitHub
commit 32b63c0708
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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);
}, },