Skip to content

Commit 6526a33

Browse files
committed
Pass currentSiteUrl to be used as a fallback to initial query
1 parent 27cf160 commit 6526a33

File tree

1 file changed

+1
-0
lines changed
  • client/signup/steps/domains/rewritten

1 file changed

+1
-0
lines changed

client/signup/steps/domains/rewritten/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ const DomainSearchUI = (
292292
className="domain-search--step-wrapper"
293293
flowName={ flowName }
294294
initialQuery={ queryObject.new }
295+
currentSiteUrl={ queryObject.siteSlug ? `https://${ queryObject.siteSlug }` : undefined }
295296
events={ events }
296297
config={ config }
297298
flowAllowsMultipleDomainsInCart={ flowAllowsMultipleDomainsInCart }

0 commit comments

Comments
 (0)