mirror of
https://github.com/freedbygrace/DynamoDNS.git
synced 2026-08-05 15:57:43 +00:00
Fix broken "View Records" button in domain table
Replit-Commit-Author: Agent Replit-Commit-Session-Id: 9111ef36-26c8-4085-84ca-a35dc1fec1b5 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7083d608-d6d3-4a6a-9a27-6286c5109627/6e94c69c-8100-4b87-8335-caa595aa6ee2.jpg
This commit is contained in:
@@ -203,9 +203,12 @@ export function DomainTable({ onManageDomain, onDeleteDomain, onAddDomain }: Dom
|
||||
</div>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<Link href={`/dns-records?domainId=${domain.id}`}>
|
||||
<div className="text-primary hover:underline cursor-pointer">View Records</div>
|
||||
</Link>
|
||||
<div
|
||||
className="text-primary hover:underline cursor-pointer"
|
||||
onClick={() => onManageDomain && onManageDomain(domain)}
|
||||
>
|
||||
View Records
|
||||
</div>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
{domain.lastUpdated
|
||||
|
||||
Reference in New Issue
Block a user