tsv2-library 1.1.4 → 1.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -26435,7 +26435,7 @@ const getBodyComponent = (customField) => {
26435
26435
  component: _sfc_main$1P,
26436
26436
  props: {
26437
26437
  dataType: customField.dataType,
26438
- value: dataValue
26438
+ rawValue: dataValue
26439
26439
  }
26440
26440
  };
26441
26441
  };