Disable archiving on opt-in campaigns.
This commit is contained in:
parent
eaaca05f36
commit
ebf63b5bed
1 changed files with 1 additions and 1 deletions
|
@ -531,7 +531,7 @@ export default Vue.extend({
|
|||
},
|
||||
|
||||
canArchive() {
|
||||
return this.data.status !== 'cancelled';
|
||||
return this.data.status !== 'cancelled' && this.data.type !== 'optin';
|
||||
},
|
||||
|
||||
selectedLists() {
|
||||
|
|
Loading…
Reference in a new issue