- added filter for bando docs;

This commit is contained in:
Vitalii Kiiko
2024-10-22 13:07:54 +02:00
parent 1b37b7b548
commit 81f6ca04c3
2 changed files with 4 additions and 2 deletions

View File

@@ -275,7 +275,7 @@ const BandoApplication = () => {
acc[cur.fieldId] = cur.fieldValue;
return acc;
}, {});
reset();
setFormInitialData(formDataInitial);
}
}