Skip to content

Commit ad652d6

Browse files
committed
Update VerifyStep.tsx
1 parent 5b5b297 commit ad652d6

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
@@ -96,7 +96,7 @@ const VerifyStep = ({
9696
const showARecord =
9797
recommendedAValues.length > 0 && !aRecordConfigured && !isSubdomain(domain);
9898
const showCNAMERecord =
99-
hasRecommendedCNAME && !cnameConfigured && !isSubdomain(domain);
99+
hasRecommendedCNAME && !cnameConfigured && isSubdomain(domain);
100100
const showTXTRecord = hasTXTVerification && !isVerified;
101101

102102
const handleCopy = async (text: string, fieldId: string) => {

0 commit comments

Comments
 (0)