diff --git a/components/section_interests.js b/components/section_interests.js index a0066de..52a63c2 100644 --- a/components/section_interests.js +++ b/components/section_interests.js @@ -29,7 +29,7 @@ var sectionInterestsComponent = { methods: { addInterest: function() { - var item = models.newDefaultInterest; + var item = models.newDefaultInterest(); this.$root.sections.interests.push(item); },