profile page connected to backend and PATCH added, plagiatCheck updated and sertificate generate updated base backend types

This commit is contained in:
nabijonovdavronbek619@gmail.com
2026-04-07 21:30:27 +05:00
parent 50a8d6dbd7
commit c61182adcf
15 changed files with 208 additions and 198 deletions

View File

@@ -179,7 +179,7 @@ export function PlagiarismCheckForm() {
{/* Document type */}
<DocumentsTypes
value={form.document_type}
value={form.type}
onChange={setOption}
disabled={submission.status === 'success'}
/>