1
0
mirror of https://gitlab.com/ceda_ei/sonzai.git synced 2025-11-04 17:10:05 +01:00

Disallow removing used subjects

Pass timetable as prop in containers.
This commit is contained in:
2020-03-31 14:36:55 +05:30
parent f9f4f40822
commit b89b67bf68
2 changed files with 25 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ import { addSubject, removeSubject } from "../actions";
const mapStateToProps = state => {
return {
subjects: state.subjects,
timetable: state.timetable,
};
};