Skip to content

Commit

Permalink
Fix subscriber form UI to have a default status value.
Browse files Browse the repository at this point in the history
  • Loading branch information
knadh committed Sep 25, 2021
1 parent e71115d commit 9f8e9c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/SubscriberForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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: {},
Expand Down

0 comments on commit 9f8e9c0

Please sign in to comment.