diff --git a/Thermo.Active/wwwroot/src/services/hub.ts b/Thermo.Active/wwwroot/src/services/hub.ts index a1e7aa6f..17e50bb1 100644 --- a/Thermo.Active/wwwroot/src/services/hub.ts +++ b/Thermo.Active/wwwroot/src/services/hub.ts @@ -176,7 +176,7 @@ export class Hub { } public static recipeFullData(data) { - recipeActions.setCurrent(store, data, false); + recipeActions.setCurrent(store, data, true); } public static recipeOverData(data) { @@ -188,6 +188,7 @@ export class Hub { } public static prodData(data) { + console.log('prodInfoData', data); prodActions.setProd(store, data); }