Skip to content

Commit 0e657ba

Browse files
cannarocksd-beezee
authored andcommitted
rename testDescription to goal in ExpressWizardContainer create campaign call
1 parent b3b2d0b commit 0e657ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/ExpressWizard/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ export const ExpressWizardContainer = () => {
269269
languages: mapLanguages([values.campaign_language || '']),
270270
productType: mapProductType(values.product_type || ''),
271271
browsers: mapBrowsers(values),
272-
testDescription: values.test_description,
272+
goal: values.test_description,
273273
testerRequirements: mapTesterRequirements(values),
274274
targetSize: values.target_size,
275275
},

0 commit comments

Comments
 (0)