Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Prevent state mutation in fetchRevisionsPromise function
- Avoid direct mutation of `course.revisions` by creating a new object with updated revisions. - Ensures compliance with Redux's immutability rules to avoid errors during state updates.
- Loading branch information