Skip to content

Commit ca782ae

Browse files
authored
Merge pull request #48579 from Nodebrute/integration
fix integration message
2 parents 37aba5f + feb7ad1 commit ca782ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/workspace/accounting/AccountingContext.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ function AccountingContextProvider({children, policy}: AccountingContextProvider
127127
removePolicyConnection(policyID, activeIntegration?.integrationToDisconnect);
128128
closeConfirmationModal();
129129
}}
130-
integrationToConnect={activeIntegration?.integrationToDisconnect}
130+
integrationToConnect={activeIntegration?.name}
131131
onCancel={() => {
132132
setActiveIntegration(undefined);
133133
}}

0 commit comments

Comments
 (0)