client/app/bundles/course/survey/pages/SurveyIndex/NewSurveyButton.jsx
Function NewSurveyButton
has 38 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const NewSurveyButton = (props) => {
const { canCreate, intl } = props;
const navigate = useNavigate();
const createSurveyHandler = (data, setError) => {
- Create a ticketCreate a ticket