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.
1 parent 27cf160 commit 6526a33Copy full SHA for 6526a33
client/signup/steps/domains/rewritten/index.tsx
@@ -292,6 +292,7 @@ const DomainSearchUI = (
292
className="domain-search--step-wrapper"
293
flowName={ flowName }
294
initialQuery={ queryObject.new }
295
+ currentSiteUrl={ queryObject.siteSlug ? `https://${ queryObject.siteSlug }` : undefined }
296
events={ events }
297
config={ config }
298
flowAllowsMultipleDomainsInCart={ flowAllowsMultipleDomainsInCart }
0 commit comments