Add error handling when unable to caclulate job totals.

This commit is contained in:
Patrick Fic
2023-10-11 11:13:08 -07:00
parent 02690b6796
commit 6f16c47d4f
3 changed files with 81 additions and 82 deletions

View File

@@ -75,12 +75,12 @@ function TaxFormItems({
typeNum,
typeNumIterator,
})}
rules={[
{
required: true,
//message: t("general.validation.required"),
},
]}
// rules={[
// {
// required: true,
// //message: t("general.validation.required"),
// },
// ]}
name={["cieca_pft", `tax_type${typeNum}`]}
>
<Input disabled={jobRO} />