Skip to content

Commit

Permalink
pr changes
Browse files Browse the repository at this point in the history
  • Loading branch information
letiescanciano committed Oct 3, 2022
1 parent 3bfc037 commit 245485c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export const DestinationForm: React.FC<DestinationFormProps> = ({
actionDescription: "Destination connector type selected",
connector_destination: connector?.name,
connector_destination_definition_id: destinationDefinitionId,
...(trackParams && { ...trackParams }),
...trackParams,
});
};

Expand Down

0 comments on commit 245485c

Please sign in to comment.