You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The submissions tab currently displays the last viewed question’s solution instead of the current one. The correct submissions are only shown after a full page refresh.
This issue seems to occur because the frontend does not properly refresh the submissions data when navigating between different questions.
Fix:
Ensure submissions are fetched/refreshed whenever a new question is selected.
Added logic to clear or reload the submissions state on question change.
This resolves the incorrect display of submissions and ensures the tab always shows the current question’s solutions without requiring a manual refresh.