Skip to content

Commit

Permalink
Merge pull request #1262 from hlxsites/fix-instrumentation
Browse files Browse the repository at this point in the history
use .target to populate rum
  • Loading branch information
mhaack authored Oct 27, 2023
2 parents ebd9f16 + 897227e commit 0955a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/quote-request/quote-request.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ async function loadIframeForm(data, type) {
if (type === 'Product') {
const typeParam = queryParams && queryParams.get('type');
rfqRUM.source = 'product';
if (data.familyID) rfqRUM.value = data.familyID;
if (data.familyID) rfqRUM.target = data.familyID;
tab = data.title;
sfdcProductFamily = data.productFamily;
sfdcProductSelection = data.title;
Expand Down

0 comments on commit 0955a6d

Please sign in to comment.