Skip to content

Commit 141c7e0

Browse files
authored
fix(JsonViewer): do not try to decode utf8 (#2509)
1 parent f2c967b commit 141c7e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/JsonViewer/unipika/unipika.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export const defaultUnipikaSettings = {
1212
showDecoded: true,
1313
binaryAsHex: false,
1414
indent: 2,
15+
decodeUTF8: false,
1516
};
1617

1718
export function unipikaConvert(value: unknown) {

0 commit comments

Comments
 (0)