File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
client/signup/steps/domains Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- import { EXAMPLE_FLOW } from '@automattic/onboarding' ;
1
+ import { EXAMPLE_FLOW , NEW_HOSTED_SITE_FLOW } from '@automattic/onboarding' ;
2
2
import validUrl from 'valid-url' ;
3
3
4
4
// Only override the back button from an external URL source on the below step(s) which is typically where we'd send them to as the 'entry'.
@@ -34,7 +34,7 @@ export function getExternalBackUrl( source, sectionName = null ) {
34
34
* Check if we should use multiple domains in domain flows.
35
35
*/
36
36
export function shouldUseMultipleDomainsInCart ( flowName ) {
37
- const enabledFlows = [ 'domain' , 'onboarding' , EXAMPLE_FLOW ] ;
37
+ const enabledFlows = [ 'domain' , 'onboarding' , EXAMPLE_FLOW , NEW_HOSTED_SITE_FLOW ] ;
38
38
39
39
return enabledFlows . includes ( flowName ) ;
40
40
}
You can’t perform that action at this time.
0 commit comments