Skip to content

Commit

Permalink
Add onFailed
Browse files Browse the repository at this point in the history
  • Loading branch information
esme committed Nov 1, 2024
1 parent baaa8ba commit 2db6f7e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions demos/demo-react-ts/src/hooks/useCti.ts
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,9 @@ export const useCti = (
onUpdateAssociationsFailed: (data: any, _rawEvent: any) => {
/** HubSpot was unable to update associations for the desired record page. */
},
onFailed: (data: any, _rawEvent: any) => {
/** All failed events from HubSpot */
},
},
});
}, []);
Expand Down

0 comments on commit 2db6f7e

Please sign in to comment.