diff --git a/app/mixins/event-wizard.js b/app/mixins/event-wizard.js index a1799d85aea..48caa5c960a 100644 --- a/app/mixins/event-wizard.js +++ b/app/mixins/event-wizard.js @@ -251,7 +251,8 @@ export default Mixin.create(MutableArray, CustomFormMixin, { if (type === 'socialLinks') { this.get(`data.event.${type}`).pushObject(this.store.createRecord(model, { identifier : v1(), - isCustom : false + isCustom : false, + name : 'Website' })); } else if (type === 'customLink') { this.get('data.event.socialLinks').pushObject(this.store.createRecord(model, {