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"> <div className="pointer-events-auto mt-4 h-60 select-text overflow-y-auto whitespace-pre text-left">
{errorMessage} {errorMessage}
</div> </div>
<p className="mt-4 text-sm">Check console for more details</p>
</div> </div>
); );
} }