Merge pull request #1 from thomasgroch/patch-1

Typo fix
This commit is contained in:
Jason Snelders 2020-07-30 18:15:59 +10:00 committed by GitHub
commit 92646aeeeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ var sectionInterestsComponent = {
methods: {
addInterest: function()
{
var item = models.wDefaultInterest();
var item = models.getDefaultInterest();
this.$root.sections.interests.push(item);
},