diff --git a/utils/format-value.tsx b/utils/format-value.tsx index 942aae7..a3d2b12 100755 --- a/utils/format-value.tsx +++ b/utils/format-value.tsx @@ -28,7 +28,7 @@ export const FormatValue: FC<{ ...JSON.parse(e.value), checked: e.checked.map((ex: any) => { if (typeof ex === "string") { - return JSON.parse(e.value); + return JSON.parse(ex); } try { return JSON.parse(ex["value"]);