From 09dfc3c4c023ae6ee83d8e3ad182dda729fe569e Mon Sep 17 00:00:00 2001 From: "Krishna (via MelvinBot)" Date: Tue, 26 May 2026 04:11:05 +0000 Subject: [PATCH] Hide Sync now option for Sage Intacct when credentials are invalid Remove the isSageIntacct exception from the Sync now visibility condition so it behaves consistently with other integrations and is hidden when there is an authentication error. Co-authored-by: Krishna --- src/pages/workspace/accounting/PolicyAccountingPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/workspace/accounting/PolicyAccountingPage.tsx b/src/pages/workspace/accounting/PolicyAccountingPage.tsx index 057b8c5140dd..897a85412109 100644 --- a/src/pages/workspace/accounting/PolicyAccountingPage.tsx +++ b/src/pages/workspace/accounting/PolicyAccountingPage.tsx @@ -166,7 +166,7 @@ function PolicyAccountingPage({policy}: PolicyAccountingPageProps) { }, ] : []), - ...(!hasAuthError || isSageIntacct + ...(!hasAuthError ? [ { icon: icons.Sync,