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.
2 parents 0f54445 + cb867b3 commit fbc92a7Copy full SHA for fbc92a7
src/OnboardingSPA/components/NewfoldInterfaceSkeleton/SiteGen/index.js
@@ -210,6 +210,13 @@ const SiteGen = () => {
210
} );
211
}
212
213
+ if ( identifier === 'site_classification' ) {
214
+ currentData.data.siteType.primary.refers = 'slug';
215
+ currentData.data.siteType.primary.value = data.body.primaryType;
216
+ currentData.data.siteType.secondary.refers = 'slug';
217
+ currentData.data.siteType.secondary.value = data.body.slug;
218
+ }
219
+
220
// A Identifier request was successfully made with valid response
221
currentData.sitegen.siteGenMetaStatus.currentStatus += 1;
222
0 commit comments