vulneribilty fixed

This commit is contained in:
nabijonovdavronbek619@gmail.com
2026-04-09 12:00:06 +05:00
parent dfb8d3bdbc
commit 73158a1972
26 changed files with 553 additions and 175 deletions

View File

@@ -42,6 +42,11 @@ export function validatePlagiarismForm(
}
}
// docuemnt - type validation
if (!state.type) {
errors.type = 'Type is required!';
}
return errors;
}