openedx / frontend-app-discussions

A React-based micro frontend for the Open edX discussion forums.
GNU Affero General Public License v3.0
6 stars 61 forks source link

fix: fixed crash issue for post in learner tab #684

Closed sundasnoreen12 closed 3 months ago

sundasnoreen12 commented 3 months ago

INF-1316

Description

An unexpected error occurs appear when attempting to create a new post from the learners' tab.

Steps to reproduce.

Create a post from the learners tab and you will see this error

Solution

Crash issue has been fixed.

Merge Checklist

Post-merge Checklist

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 92.82%. Comparing base (80073e3) to head (3beba66).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #684 +/- ## ======================================= Coverage 92.82% 92.82% ======================================= Files 158 158 Lines 3304 3304 Branches 896 896 ======================================= Hits 3067 3067 Misses 218 218 Partials 19 19 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.