@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.
|
@@ -9810,10 +9810,9 @@ var TableDesktopEditableField = ({
|
|
|
9810
9810
|
{
|
|
9811
9811
|
defaultValue: editInitialValue ? (0, import_moment3.default)(editInitialValue, "HH:mm:ss") : void 0,
|
|
9812
9812
|
label: inputLabel,
|
|
9813
|
-
format: "DD/MM/YYYY",
|
|
9814
9813
|
onAccept: (value) => {
|
|
9815
9814
|
const formattedValue = value?.format("YYYY-MM-DD") ?? null;
|
|
9816
|
-
const formattedLabel = value?.format("
|
|
9815
|
+
const formattedLabel = value?.format("L") ?? null;
|
|
9817
9816
|
onUpdateEditableCell?.({
|
|
9818
9817
|
rowId,
|
|
9819
9818
|
columnId,
|