mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 14:20:31 +00:00
Fix : Customers
This commit is contained in:
@@ -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}
|
||||
/>
|
||||
}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user