@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.
@@ -10090,10 +10090,9 @@ var TableDesktopEditableField = ({
10090
10090
  {
10091
10091
  defaultValue: editInitialValue ? (0, import_moment3.default)(editInitialValue, "HH:mm:ss") : void 0,
10092
10092
  label: inputLabel,
10093
- format: "DD/MM/YYYY",
10094
10093
  onAccept: (value) => {
10095
10094
  const formattedValue = value?.format("YYYY-MM-DD") ?? null;
10096
- const formattedLabel = value?.format("DD/MM/YYYY") ?? null;
10095
+ const formattedLabel = value?.format("L") ?? null;
10097
10096
  onUpdateEditableCell?.({
10098
10097
  rowId,
10099
10098
  columnId,