TP-38732|remove focusAmeyo on ameyo erroneous|Kunal (#581)

This commit is contained in:
Kunal Sharma
2023-09-22 14:38:57 +05:30
committed by GitHub
parent 9d1d260a78
commit 5ed84fac28

View File

@@ -192,7 +192,8 @@ const HrDashBoard = () => {
const ameyoGenericClickstreamCallback = (messageData: any) => {
addClickstreamEvent(HRC_CLICKSTREAM[HRC_EVENTS.HRC_GENERIC_CLICKSTREAM], {
campaignId,
data: messageData
data: messageData,
reminderRefId
});
};