mirror of
https://github.com/knadh/listmonk.git
synced 2025-02-25 23:06:17 +08:00
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 {
|
return {
|
||||||
// Binds form input values. This is populated by subscriber props passed
|
// Binds form input values. This is populated by subscriber props passed
|
||||||
// from the parent component in mounted().
|
// from the parent component in mounted().
|
||||||
form: { lists: [], strAttribs: '{}' },
|
form: { lists: [], strAttribs: '{}', status: 'enabled' },
|
||||||
isBounceVisible: false,
|
isBounceVisible: false,
|
||||||
bounces: [],
|
bounces: [],
|
||||||
visibleMeta: {},
|
visibleMeta: {},
|
||||||
|
|
Loading…
Reference in a new issue