+ {/* */}
+
+ {t("Contact Info")}
+
+ {Boolean(errors.addContacts?.type === "required") && ({ color: theme.palette.error.main })} variant="overline" display='inline-block' noWrap>
+ {t("Please ensure all the fields are inputted and saved")}
+ }
+ {Boolean(errors.addContacts?.type === "email_format") && ({ color: theme.palette.error.main })} variant="overline" display='inline-block' noWrap>
+ {t("Please ensure all the email formats are correct")}
+ }
+ {/*
*/}
+
+
+ } onClick={resetContact} disabled={Boolean(watch("isGridEditing"))}>
+ {t("Reset")}
+
+
+
+