Skip to content

Commit

Permalink
Merge pull request #48579 from Nodebrute/integration
Browse files Browse the repository at this point in the history
fix integration message
  • Loading branch information
arosiclair authored Sep 6, 2024
2 parents 37aba5f + feb7ad1 commit ca782ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/workspace/accounting/AccountingContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ function AccountingContextProvider({children, policy}: AccountingContextProvider
removePolicyConnection(policyID, activeIntegration?.integrationToDisconnect);
closeConfirmationModal();
}}
integrationToConnect={activeIntegration?.integrationToDisconnect}
integrationToConnect={activeIntegration?.name}
onCancel={() => {
setActiveIntegration(undefined);
}}
Expand Down

0 comments on commit ca782ae

Please sign in to comment.