commit
92646aeeeb
|
|
@ -29,7 +29,7 @@ var sectionInterestsComponent = {
|
||||||
methods: {
|
methods: {
|
||||||
addInterest: function()
|
addInterest: function()
|
||||||
{
|
{
|
||||||
var item = models.wDefaultInterest();
|
var item = models.getDefaultInterest();
|
||||||
this.$root.sections.interests.push(item);
|
this.$root.sections.interests.push(item);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue