@natoora-libs/core 0.2.36 → 0.2.38

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.
@@ -9854,10 +9854,9 @@ var TableDesktopEditableField = ({
9854
9854
  {
9855
9855
  defaultValue: editInitialValue ? moment2(editInitialValue, "HH:mm:ss") : void 0,
9856
9856
  label: inputLabel,
9857
- format: "DD/MM/YYYY",
9858
9857
  onAccept: (value) => {
9859
9858
  const formattedValue = value?.format("YYYY-MM-DD") ?? null;
9860
- const formattedLabel = value?.format("DD/MM/YYYY") ?? null;
9859
+ const formattedLabel = value?.format("L") ?? null;
9861
9860
  onUpdateEditableCell?.({
9862
9861
  rowId,
9863
9862
  columnId,