()
| 129 | const SkippedContactsComponent = Vue.extend({ |
| 130 | template: require('app/templates/admin/skipped-contacts/skipped-contacts-view')(), |
| 131 | data () { |
| 132 | return { |
| 133 | sortOrder: 'date (descending)', |
| 134 | showArchived: false, |
| 135 | showTrialRequestContacts: true, |
| 136 | showZenProspectContacts: true, |
| 137 | searchInput: '' |
| 138 | } |
| 139 | }, |
| 140 | computed: |
| 141 | _.assign({}, |
| 142 | Vuex.mapState('page', ['skippedContacts', 'users']), |
nothing calls this directly
no outgoing calls
no test coverage detected