(state)
| 85 | }, |
| 86 | |
| 87 | closeModalEditStudent (state) { |
| 88 | state.editingStudent = undefined |
| 89 | }, |
| 90 | |
| 91 | setShowingTooltipOfThisOriginal (state, normalizedOriginal) { |
| 92 | Vue.set(state, 'showingTooltipOfThisOriginal', normalizedOriginal) |
nothing calls this directly
no outgoing calls
no test coverage detected