⬆️ Upgrade dependencies
This commit is contained in:
@ -26,6 +26,7 @@ test('should be configurable', async ({ page }) => {
|
||||
await expect(page).toHaveURL(
|
||||
`/typebots/${linkedTypebotId}/edit?parentId=${typebotId}`
|
||||
)
|
||||
await page.waitForTimeout(500)
|
||||
await page.click('[aria-label="Navigate back"]')
|
||||
await expect(page).toHaveURL(`/typebots/${typebotId}/edit`)
|
||||
await page.click('text=Jump in My link typebot 2')
|
||||
|
@ -118,7 +118,11 @@ export const CustomDomainModal = ({
|
||||
<Stack>
|
||||
<Text fontWeight="bold">Value</Text>
|
||||
<Text>
|
||||
{env('VIEWER_INTERNAL_URL') ?? getViewerUrl()}
|
||||
{
|
||||
new URL(
|
||||
env('VIEWER_INTERNAL_URL') ?? getViewerUrl() ?? ''
|
||||
).hostname
|
||||
}
|
||||
</Text>
|
||||
</Stack>
|
||||
</HStack>
|
||||
|
Reference in New Issue
Block a user