diff --git a/frontend/src/views/SubscriberForm.vue b/frontend/src/views/SubscriberForm.vue index 85fe350..372bcdd 100644 --- a/frontend/src/views/SubscriberForm.vue +++ b/frontend/src/views/SubscriberForm.vue @@ -124,7 +124,7 @@ export default Vue.extend({ return { // Binds form input values. This is populated by subscriber props passed // from the parent component in mounted(). - form: { lists: [], strAttribs: '{}' }, + form: { lists: [], strAttribs: '{}', status: 'enabled' }, isBounceVisible: false, bounces: [], visibleMeta: {},