Skip to content

Commit 953b6d5

Browse files
committed
fixing locale param
1 parent f9142b8 commit 953b6d5

File tree

1 file changed

+1
-1
lines changed
  • src/OnboardingSPA/steps/SiteGen/Preview

1 file changed

+1
-1
lines changed

src/OnboardingSPA/steps/SiteGen/Preview/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ const SiteGenPreview = () => {
109109

110110
const response = await getHomepages(
111111
currentData.sitegen.siteDetails.prompt,
112-
currentData.sitegen.locale,
112+
currentData.sitegen.siteDetails.locale,
113113
);
114114

115115
if ( response.error ) {

0 commit comments

Comments
 (0)