(state, studentId)
| 81 | }, |
| 82 | |
| 83 | openModalEditStudent (state, studentId) { |
| 84 | state.editingStudent = studentId |
| 85 | }, |
| 86 | |
| 87 | closeModalEditStudent (state) { |
| 88 | state.editingStudent = undefined |
nothing calls this directly
no outgoing calls
no test coverage detected