(state)
| 104 | state.loading = false |
| 105 | }, |
| 106 | resetLoadingState (state) { |
| 107 | state.loading = false |
| 108 | }, |
| 109 | setSelectedCourseIdCurrentClassroom (state, { courseId }) { |
| 110 | if (state.classroomId) { |
| 111 | localStorage.setItem(getLastSelectedCourseKey(state), courseId) |
nothing calls this directly
no outgoing calls
no test coverage detected