MCPcopy Create free account
hub / github.com/codecombat/codecombat / data

Function data

app/views/admin/SkippedContactsView.js:131–139  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

129const 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']),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected