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

Function onClickUnarchiveContact

app/views/admin/SkippedContactsView.js:121–124  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

119 },
120 // @$emit('archiveContact', @skippedContact, archived)
121 onClickUnarchiveContact (e) {
122 const archived = false
123 return this.$store.dispatch('page/archiveContact', { skippedContact: this.skippedContact, archived })
124 }
125 }
126}
127// @$emit('archiveContact', @skippedContact, archived)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected