Skip to content
Snippets Groups Projects
Commit 1f97ce75 authored by Rafael László's avatar Rafael László :speech_balloon:
Browse files

reload page after new homework solution

parent 0d607d3e
No related branches found
No related tags found
No related merge requests found
Pipeline #5822 failed
...@@ -255,7 +255,10 @@ class AddSolutionForm extends Component { ...@@ -255,7 +255,10 @@ class AddSolutionForm extends Component {
}); });
alert('Sikertelen feltöltés!'); alert('Sikertelen feltöltés!');
} }
); )
.finally(() => {
window.location.reload(false);
});
}} }}
/> />
) : ( ) : (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment