@natoora-libs/core 0.2.31-dev-package-upgrades → 0.2.31-dev-doug-2

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.
@@ -9576,10 +9576,9 @@ var TableDesktopEditableField = ({
9576
9576
  {
9577
9577
  defaultValue: editInitialValue ? moment2(editInitialValue, "HH:mm:ss") : void 0,
9578
9578
  label: inputLabel,
9579
- format: "DD/MM/YYYY",
9580
9579
  onAccept: (value) => {
9581
9580
  const formattedValue = value?.format("YYYY-MM-DD") ?? null;
9582
- const formattedLabel = value?.format("DD/MM/YYYY") ?? null;
9581
+ const formattedLabel = value?.format("L") ?? null;
9583
9582
  onUpdateEditableCell?.({
9584
9583
  rowId,
9585
9584
  columnId,