From 7311a4cd3d6354a7ee8abd2051eb3d1fce995426 Mon Sep 17 00:00:00 2001 From: Aleix Casanovas Date: Thu, 6 Feb 2025 13:16:38 +0100 Subject: [PATCH] fixup! Merge branch 'main' into acasanov-schedule-services --- catalog/ui/src/app/Catalog/CatalogItemFormReducer.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/catalog/ui/src/app/Catalog/CatalogItemFormReducer.ts b/catalog/ui/src/app/Catalog/CatalogItemFormReducer.ts index 9e04d6ba..34ba2f62 100644 --- a/catalog/ui/src/app/Catalog/CatalogItemFormReducer.ts +++ b/catalog/ui/src/app/Catalog/CatalogItemFormReducer.ts @@ -365,6 +365,7 @@ function reduceFormStateInit( skip: false, message: '', }, + sfdc_enabled, ...initDates(catalogItem, null), }; }