We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e65308 commit c08364fCopy full SHA for c08364f
js/src/setup-mc/setup-stepper/setup-paid-ads/setup-paid-ads.js
@@ -128,7 +128,7 @@ export default function SetupPaidAds() {
128
return (
129
<AppButton
130
isTertiary
131
- data-action="skip-ads"
+ data-action={ ACTION_SKIP }
132
text={ text }
133
loading={ completing === ACTION_SKIP }
134
disabled={ completing === ACTION_COMPLETE }
@@ -181,7 +181,7 @@ export default function SetupPaidAds() {
181
) }
182
183
isPrimary
184
- data-action="complete-ads"
+ data-action={ ACTION_COMPLETE }
185
text={ __(
186
'Complete setup',
187
'google-listings-and-ads'
0 commit comments