This is why you test before you commit. I didn't and I pushed bad code.
This commit is contained in:
parent
159c61d4cc
commit
2d7de2473d
|
|
@ -29,7 +29,7 @@ var sectionInterestsComponent = {
|
|||
methods: {
|
||||
addInterest: function()
|
||||
{
|
||||
var item = models.newDefaultInterest;
|
||||
var item = models.newDefaultInterest();
|
||||
this.$root.sections.interests.push(item);
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue