We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 175a838 commit 97af15eCopy full SHA for 97af15e
1 file changed
hwproj.front/src/components/Courses/CreateCourse.tsx
@@ -204,20 +204,6 @@ export const CreateCourse: FC = () => {
204
}
205
}, [state.programName]);
206
207
- const handleNext = () => {
208
- setState(prev => ({
209
- ...prev,
210
- activeStep: prev.activeStep + 1,
211
- }));
212
- };
213
-
214
- const handleBack = () => {
215
216
217
- activeStep: prev.activeStep - 1,
218
219
220
221
const classes = useStyles()
222
223
if (!ApiSingleton.authService.isLecturer()) {
0 commit comments