Fixed Language Bug

This commit is contained in:
chris2fr 2020-10-24 15:26:44 +02:00
parent 95ef745504
commit 8b6b908f23
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);
}, },