Fixed form issues on time ticket modal and employee setup screen IO-418

This commit is contained in:
Patrick Fic
2020-12-02 14:26:28 -08:00
parent ed30483a38
commit cf5b9ce215
8 changed files with 37 additions and 8 deletions

View File

@@ -6,7 +6,7 @@ import { connect } from "react-redux";
import { createStructuredSelector } from "reselect";
import { selectBodyshop } from "../../redux/user/user.selectors";
import FormDatePicker from "../form-date-picker/form-date-picker.component";
import CurrencyInput from "../form-items-formatted/currency-form-item.component";
const mapStateToProps = createStructuredSelector({
bodyshop: selectBodyshop,
});
@@ -157,7 +157,7 @@ export function ShopEmployeesFormComponent({
},
]}
>
<InputNumber />
<CurrencyInput />
</Form.Item>
<Form.Item label={t("employees.fields.user_email")} name="user_email">
<Input />