|
|
|
@ -126,7 +126,7 @@ function StudentStudy(props) {
|
|
|
|
|
changeShowOrHideControl(false);
|
|
|
|
|
props.saveEditorCodeForDetail('');
|
|
|
|
|
// props.history.push('/problems');
|
|
|
|
|
props.history.push(`/question?${searchParams}`);
|
|
|
|
|
props.history.push(`/problemset?${searchParams}`);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
return (
|
|
|
|
|