mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-28 21:48:45 +00:00
add check console for details dialogue
This commit is contained in:
parent
56b3171d62
commit
3a7247d677
1 changed files with 1 additions and 0 deletions
|
|
@ -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>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue