This repository was archived by the owner on Apr 19, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
domains/dashboard/components/migration-modal Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import {
1717
1818import { ConnectionModalStatusContent } from "./types"
1919
20- const utm_campaign = "agent_nudge_to_cloud"
20+ const campaign = "agent_nudge_to_cloud"
2121
2222export type CloudConnectionStatusModalProps = ConnectionModalStatusContent & {
2323 closeModal : ( ) => void
@@ -72,7 +72,7 @@ const CloudConnectionStatusModal = ({
7272 </ ModalBody >
7373 < ModalFooter >
7474 < Box data-testid = "cta1" margin = { [ 0 , 2 , 0 , 0 ] } width = { { min : 40 } } >
75- < GoToCloud utmParameters = { { content : "connection_to_cloud" , utm_campaign } } >
75+ < GoToCloud utmParameters = { { content : "connection_to_cloud" , campaign } } >
7676 { ( { link } ) => (
7777 < Button
7878 data-ga = { `connection-to-cloud::click-ct1::ad` }
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import {
1515 Checkbox ,
1616} from "@netdata/netdata-ui"
1717
18- const utm_campaign = "agent_nudge_to_cloud"
18+ const campaign = "agent_nudge_to_cloud"
1919
2020const MigrationModal = ( {
2121 migrationModalPromoInfo,
@@ -121,7 +121,7 @@ const MigrationModal = ({
121121 />
122122 </ Box >
123123 < Box data-testid = "cta1" margin = { [ 0 , 2 , 0 , 0 ] } width = { { min : 40 } } >
124- < GoToCloud utmParameters = { { content : migrationModalPromo , utm_campaign } } >
124+ < GoToCloud utmParameters = { { content : migrationModalPromo , campaign } } >
125125 { ( { link } ) => (
126126 < Button
127127 data-ga = { `${ migrationModalPromo } ::click-ct1::ad` }
You can’t perform that action at this time.
0 commit comments