Fix subscriber form UI to have a default status value.

This commit is contained in:
Kailash Nadh 2021-09-25 10:45:04 +05:30
parent e71115db26
commit 9f8e9c018b

View file

@ -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: {},