add check console for details dialogue

This commit is contained in:
Pas 2025-01-19 12:03:58 -07:00
parent 56b3171d62
commit 3a7247d677

View file

@ -74,6 +74,7 @@ export function ErrorCard(props: {
<div className="pointer-events-auto mt-4 h-60 select-text overflow-y-auto whitespace-pre text-left">
{errorMessage}
</div>
<p className="mt-4 text-sm">Check console for more details</p>
</div>
);
}