🐛 (googleAnalytics) Fix sendTo initial value in settings
This commit is contained in:
@ -39,7 +39,7 @@ export const sendGaEvent = (options: GoogleAnalyticsOptions) => {
|
||||
gtag('event', options.action, {
|
||||
event_category: options.category,
|
||||
event_label: options.label,
|
||||
value: options.value,
|
||||
value: options.value as number,
|
||||
send_to: options.sendTo,
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user