ita-social-projects / SpaceToStudy-Client

18 stars 11 forks source link

(SP: 3) Replace functionality of CreateCourse in order to use redux slice and store #2070

Open Olenka-Hryk opened 1 week ago

Olenka-Hryk commented 1 week ago

Rewrite storing date for CreateCourse to use the Redux store instead, as it currently relies on the useForm hook to store this data

Currently, after merging PR: Added event handlers and a Redux store for cooperation #2061 when attempting to create a course and adding attachments, the 'Add' functionality does't append anything after clicking Add button:

Screenshot 2024-07-08 at 19 54 24

Blocked #2099