setDeleteDialogOpen((preVal) => !preVal)}
open={deleteDialogOpen}
confirmButtonTitle="Yes, Delete domain"
handleConfirm={() => {
setDeleteDialogOpen((preVal) => !preVal);
toast.success(`Domain "${domain.name}" has been deleted`);
}}
color="red"
>
Once deleted, the project{' '}
{project.name}
{' '}
will not be accessible from the domain{' '}
{domain.name}.
Production
{domain.status === DomainStatus.Pending && (
{refreshStatus === RefreshStatus.IDLE ? (
^ Add these records to your domain and refresh to check
) : refreshStatus === RefreshStatus.CHECKING ? (
^ Checking records for {domain.name}
) : (
^
Failed to verify records. DNS propagation can take up to 48
hours. Please ensure you added the correct records and refresh.