mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-22 06:15:47 +00:00
fix(FE): fixing error message on submit and fixing ui
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user