fix(FE): fixing error message on submit and fixing ui

This commit is contained in:
randy-ar
2026-01-15 16:05:05 +07:00
parent 1d689da546
commit 438082c94c
3 changed files with 104 additions and 64 deletions
+3
View File
@@ -38,6 +38,9 @@ export const useFormikErrorList = <T>(
// Validate form
const isValid = await handleValidateForm();
if (isValid) {
close();
}
// Call onAfterValidation callback if validation passed
if (options?.onAfterValidation) {