Skip to content
Snippets Groups Projects
Commit 30d883f1 authored by Bereczki Sandor's avatar Bereczki Sandor
Browse files

Hotfix for Student Solution rowtypes

parent f8b83054
No related branches found
No related tags found
No related merge requests found
......@@ -69,6 +69,7 @@ class Homework extends Component {
componentDidMount() {
this.props.getTasks();
this.props.getProfiles();
this.props.getSolutions(this.props.user.id);
this.props.getDocuments();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment