From 3ebeb29dc0a2916bf1af4e47d9da039754bcf2c4 Mon Sep 17 00:00:00 2001 From: Ahmed Bouhuolia Date: Sun, 11 Jun 2023 20:12:26 +0200 Subject: [PATCH] chore(webapp): vendor tabs --- .../src/containers/Vendors/VendorForm/VendorsTabs.tsx | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/packages/webapp/src/containers/Vendors/VendorForm/VendorsTabs.tsx b/packages/webapp/src/containers/Vendors/VendorForm/VendorsTabs.tsx index a49ef1a8a..7870c4000 100644 --- a/packages/webapp/src/containers/Vendors/VendorForm/VendorsTabs.tsx +++ b/packages/webapp/src/containers/Vendors/VendorForm/VendorsTabs.tsx @@ -6,20 +6,17 @@ import { Tabs, Tab } from '@blueprintjs/core'; import { CLASSES } from '@/constants/classes'; import VendorFinanicalPanelTab from './VendorFinanicalPanelTab'; -import VendorAttahmentTab from './VendorAttahmentTab'; import CustomerAddressTabs from '@/containers/Customers/CustomerForm/CustomerAddressTabs'; import CustomerNotePanel from '@/containers/Customers/CustomerForm/CustomerNotePanel'; -import styled from 'styled-components'; /** * Vendor form tabs. */ export default function VendorTabs() { - return (
- } + panel={} /> } /> - +
); } - -const VendorTabsRoot = styled(Tabs)``; \ No newline at end of file