diff --git a/Thermo.Active/wwwroot/src/services/hub.ts b/Thermo.Active/wwwroot/src/services/hub.ts index e7ec2536..a1e7aa6f 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, true); + recipeActions.setCurrent(store, data, false); } public static recipeOverData(data) {