feat: remove the views tabs bar from all tables

This commit is contained in:
Ahmed Bouhuolia
2024-07-25 19:17:54 +02:00
parent b93cb546f4
commit 9e6500ac79
14 changed files with 5 additions and 30 deletions

View File

@@ -7,7 +7,6 @@ import { DashboardPageContent } from '@/components';
import { VendorsListProvider } from './VendorsListProvider';
import VendorActionsBar from './VendorActionsBar';
import VendorViewsTabs from './VendorViewsTabs';
import VendorsTable from './VendorsTable';
import withVendors from './withVendors';
@@ -42,7 +41,6 @@ function VendorsList({
<VendorActionsBar />
<DashboardPageContent>
<VendorViewsTabs />
<VendorsTable />
</DashboardPageContent>
</VendorsListProvider>