Added employee email validation IO-421

This commit is contained in:
Patrick Fic
2020-12-16 17:12:23 -08:00
parent aff73cb6e6
commit 3a4b6b2fc3
7 changed files with 78 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ import LayoutFormRow from "../layout-form-row/layout-form-row.component";
import VendorSearchSelect from "../vendor-search-select/vendor-search-select.component";
import BillFormLines from "./bill-form.lines.component";
import { CalculateBillTotal } from "./bill-form.totals.utility";
const mapStateToProps = createStructuredSelector({
bodyshop: selectBodyshop,
});