backend
backend copied to clipboard
Missing `isGradingAutoPublished` field in "/user"
This is causing UI state/rendering bugs in the frontend as the React components switch from uncontrolled to controlled (due to the undefined value).
And also affects downstream logic due to broken assumptions.