Merge branch 'master' into mann-fr-cv-studio-0

This commit is contained in:
chris2fr 2020-10-24 15:27:23 +02:00
commit a8cb7386e1
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);
}, },