Changed RO Search Select to use RO searching and possible provided job value for options IMEX-129 IMEX-327
This commit is contained in:
@@ -13,12 +13,7 @@ const mapStateToProps = createStructuredSelector({
|
||||
bodyshop: selectBodyshop,
|
||||
});
|
||||
|
||||
export function PaymentFormComponent({
|
||||
form,
|
||||
roAutoCompleteOptions,
|
||||
stripeStateArr,
|
||||
bodyshop,
|
||||
}) {
|
||||
export function PaymentFormComponent({ form, stripeStateArr, bodyshop }) {
|
||||
const [stripeState, setStripeState] = stripeStateArr;
|
||||
|
||||
const { t } = useTranslation();
|
||||
@@ -38,7 +33,7 @@ export function PaymentFormComponent({
|
||||
},
|
||||
]}
|
||||
>
|
||||
<JobSearchSelect options={roAutoCompleteOptions} />
|
||||
<JobSearchSelect />
|
||||
</Form.Item>
|
||||
<Form.Item
|
||||
label={t("payments.fields.amount")}
|
||||
|
||||
Reference in New Issue
Block a user