Add alert about domain error

This commit is contained in:
Owen
2026-03-11 17:59:28 -07:00
parent 74f4751bcc
commit f021b73458
7 changed files with 68 additions and 6 deletions

View File

@@ -69,6 +69,7 @@ export default async function DomainSettingsPage({
failed={domain.failed}
verified={domain.verified}
type={domain.type}
errorMessage={domain.errorMessage}
/>
<DNSRecordsTable records={dnsRecords} type={domain.type} />