From 36cbb1eef53399bb189231a0e7dc37b0408e36d4 Mon Sep 17 00:00:00 2001 From: Ahmed Bouhuolia Date: Thu, 12 Feb 2026 23:19:16 +0200 Subject: [PATCH] fix: use DrawerActionsBar instead of DashboardActionsBar in drawer components Replace DashboardActionsBar with DrawerActionsBar in all drawer action bars for consistency with the design system: - ContactDetailActionsBar - CustomerDetailsActionsBar - VendorCreditDetailActionsBar - TaxRateDetailsContentActionsBar Co-Authored-By: Claude Opus 4.6 --- .../Drawers/ContactDetailDrawer/ContactDetailActionsBar.tsx | 6 +++--- .../CustomerDetailsDrawer/CustomerDetailsActionsBar.tsx | 1 - .../VendorCreditDetailActionsBar.tsx | 6 +++--- .../TaxRateDetailsContentActionsBar.tsx | 6 +++--- 4 files changed, 9 insertions(+), 10 deletions(-) diff --git a/packages/webapp/src/containers/Drawers/ContactDetailDrawer/ContactDetailActionsBar.tsx b/packages/webapp/src/containers/Drawers/ContactDetailDrawer/ContactDetailActionsBar.tsx index 27f767133..dfa09477b 100644 --- a/packages/webapp/src/containers/Drawers/ContactDetailDrawer/ContactDetailActionsBar.tsx +++ b/packages/webapp/src/containers/Drawers/ContactDetailDrawer/ContactDetailActionsBar.tsx @@ -15,7 +15,7 @@ import { useContactDetailDrawerContext } from './ContactDetailDrawerProvider'; import { withAlertActions } from '@/containers/Alert/withAlertActions'; import { withDrawerActions } from '@/containers/Drawer/withDrawerActions'; -import { DashboardActionsBar, Icon, FormattedMessage as T } from '@/components'; +import { DrawerActionsBar, Icon, FormattedMessage as T } from '@/components'; import { safeCallback, compose } from '@/utils'; @@ -46,7 +46,7 @@ function ContactDetailActionsBar({ }; return ( - +