diff --git a/components/section_interests.js b/components/section_interests.js index eb8ca22..a0066de 100644 --- a/components/section_interests.js +++ b/components/section_interests.js @@ -29,7 +29,7 @@ var sectionInterestsComponent = { methods: { addInterest: function() { - var item = models.getDefaultInterest(); + var item = models.newDefaultInterest; this.$root.sections.interests.push(item); }, @@ -63,4 +63,4 @@ var sectionInterestsComponent = { this.$root.moveArrayPosition(this.$root.sections.interests, index, index + 1); } } -}; +}; \ No newline at end of file