Fix SitesPage open modal typescript error

This commit is contained in:
headlesdev 2025-05-20 23:38:17 +02:00
parent b7876ec995
commit 10847ccedd

View File

@ -43,7 +43,7 @@ export default function SitesPage({ username, name }: SitesPageProps) {
</div> </div>
<button <button
className="btn btn-primary" className="btn btn-primary"
onClick={() => document.getElementById('add_site')?.showModal()} onClick={() => (document.getElementById('add_site') as HTMLDialogElement)?.showModal()}
> >
<Plus className="w-5 h-5" /> <Plus className="w-5 h-5" />
Add Site Add Site