This commit is contained in:
2025-10-27 00:17:15 +01:00
parent 10e28cc5e2
commit 6a04d29eed
2 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -1104,7 +1104,7 @@ const DetailPanel = ({
{metadata && (
<div>
<dt>Metadata</dt>
<pre>{JSON.stringify(metadata, null, 2)}</pre>
<pre className="detail-metadata__block">{JSON.stringify(metadata, null, 2)}</pre>
</div>
)}
{hasOcrAsset && ocrOpen