Skip to content

Commit 11d5ec6

Browse files
committed
Update VerifyStep.tsx
1 parent 3cb0244 commit 11d5ec6

File tree

1 file changed

+1
-1
lines changed
  • apps/web/app/(org)/dashboard/settings/organization/components/CustomDomainDialog

1 file changed

+1
-1
lines changed

apps/web/app/(org)/dashboard/settings/organization/components/CustomDomainDialog/VerifyStep.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ const VerifyStep = ({
174174
</dt>
175175
<dd className="text-sm text-gray-10">
176176
<code className="px-2 py-1 text-xs rounded bg-gray-4">
177-
{TXTDomainValueHandler(record)}
177+
{TXTDomainValueHandler(record, domain)}
178178
</code>
179179
</dd>
180180
</div>

0 commit comments

Comments
 (0)