client/app/bundles/course/assessment/question/programming/NewProgrammingQuestionPage.tsx
Function NewProgrammingQuestionPage
has 43 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const NewProgrammingQuestionPage = (): JSX.Element => {
const [id, setId] = useState<number>();
const [persisted, setPersisted] = useState(false);
const createOrUpdate = (
- Create a ticketCreate a ticket