Render file as readable with ext (#1446)

This commit is contained in:
Ajay Bura
2023-10-10 17:07:28 +11:00
committed by GitHub
parent 609b132106
commit 152576e85d
4 changed files with 58 additions and 11 deletions
+1 -1
View File
@@ -246,7 +246,7 @@ export const MessageSourceCodeItem = as<
<Modal variant="Surface" size="500">
<TextViewer
name="Source Code"
mimeType="application/json"
langName="json"
text={text}
requestClose={handleClose}
/>