Fix subscriber form UI to have a default status value.
This commit is contained in:
parent
e71115db26
commit
9f8e9c018b
1 changed files with 1 additions and 1 deletions
|
@ -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: {},
|
||||
|
|
Loading…
Reference in a new issue