This is why you test before you commit. I didn't and I pushed bad code.

This commit is contained in:
Jason Snelders 2020-07-30 18:25:52 +10:00
parent 159c61d4cc
commit 2d7de2473d
1 changed files with 1 additions and 1 deletions

View File

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