Skip to content

Commit

Permalink
Fix connector test parameters (#15665)
Browse files Browse the repository at this point in the history
  • Loading branch information
timroes authored Aug 17, 2022
1 parent b885c4e commit 722d751
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ export const ConnectorCard: React.FC<

analyticsService.track(namespace, actionType, {
actionDescription,
connector_source: connector?.name,
connector_source_definition_id: Connector.id(connector),
connector: connector?.name,
connector_definition_id: Connector.id(connector),
});
};

Expand Down

0 comments on commit 722d751

Please sign in to comment.