diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/stampo.ts b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/stampo.ts
index 58da4b15..d49d2915 100644
--- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/stampo.ts
+++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/stampo.ts
@@ -15,6 +15,6 @@ export default class Stampo extends Vue {
@Prop()
altB: Recipe.IValue;
@Prop()
- stampoNeg: number;
+ stamponeg: number;
}
\ No newline at end of file
diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/stampo.vue b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/stampo.vue
index 02806791..eb3be4fa 100644
--- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/stampo.vue
+++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/stampo.vue
@@ -21,14 +21,14 @@