Fix : Customers

This commit is contained in:
elforjani3
2020-11-10 13:31:54 +02:00
parent 027c1af841
commit eef1c3c7e1
15 changed files with 393 additions and 190 deletions

View File

@@ -12,9 +12,11 @@ export default function CustomersTabs({
errors,
values,
touched,
customerId,
}) {
const { formatMessage } = useIntl();
const [customer] = useState(customerId);
return (
<div>
<Tabs
@@ -32,6 +34,7 @@ export default function CustomersTabs({
errors={errors}
setFieldValue={setFieldValue}
touched={touched}
customerId={customer}
/>
}
/>