coer-elements 0.0.74 → 0.0.75

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.
@@ -1870,6 +1870,7 @@ class CoerGridExtension extends ControlValue {
1870
1870
  break;
1871
1871
  }
1872
1872
  case 'toLocalZone': {
1873
+ response = true;
1873
1874
  if (data === null)
1874
1875
  return true;
1875
1876
  if (typeof columnConfig.toLocalZone === 'boolean') {