From 0e4fc65d25f96c8f377fdc51fff471710dce8f04 Mon Sep 17 00:00:00 2001 From: baslani Date: Wed, 19 Nov 2025 11:47:29 +0330 Subject: [PATCH] fixed MUI tooltip error --- .../privacy-office/RowActions/ConfirmAction/index.jsx | 8 +++++--- .../privacy-office/RowActions/ReferralAction/index.jsx | 8 +++++--- .../privacy-office/RowActions/RejectAction/index.jsx | 8 +++++--- 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/src/components/dashboard/inquiryPrivacy/privacy-office/RowActions/ConfirmAction/index.jsx b/src/components/dashboard/inquiryPrivacy/privacy-office/RowActions/ConfirmAction/index.jsx index bdb4b35..7820320 100644 --- a/src/components/dashboard/inquiryPrivacy/privacy-office/RowActions/ConfirmAction/index.jsx +++ b/src/components/dashboard/inquiryPrivacy/privacy-office/RowActions/ConfirmAction/index.jsx @@ -5,9 +5,11 @@ const ConfirmAction = ({ onClick, disabled }) => { return ( <> - - - + + + + + ); diff --git a/src/components/dashboard/inquiryPrivacy/privacy-office/RowActions/ReferralAction/index.jsx b/src/components/dashboard/inquiryPrivacy/privacy-office/RowActions/ReferralAction/index.jsx index a75ef8c..85a693f 100644 --- a/src/components/dashboard/inquiryPrivacy/privacy-office/RowActions/ReferralAction/index.jsx +++ b/src/components/dashboard/inquiryPrivacy/privacy-office/RowActions/ReferralAction/index.jsx @@ -5,9 +5,11 @@ const ReferralAction = ({ onClick, disabled }) => { return ( <> - - - + + + + + ); diff --git a/src/components/dashboard/inquiryPrivacy/privacy-office/RowActions/RejectAction/index.jsx b/src/components/dashboard/inquiryPrivacy/privacy-office/RowActions/RejectAction/index.jsx index edd0346..e467e87 100644 --- a/src/components/dashboard/inquiryPrivacy/privacy-office/RowActions/RejectAction/index.jsx +++ b/src/components/dashboard/inquiryPrivacy/privacy-office/RowActions/RejectAction/index.jsx @@ -5,9 +5,11 @@ const RejectAction = ({ onClick, disabled }) => { return ( <> - - - + + + + + );