fixed property editor page updateing with 0 values

This commit is contained in:
vabene1111
2025-09-25 07:39:30 +02:00
parent ff96eb194f
commit 0a43272126

View File

@@ -95,7 +95,7 @@
</v-number-input>
<v-btn variant="outlined" color="create" block v-if="p.propertyAmount == null" @click="p.propertyAmount = 0">
<v-btn variant="outlined" color="create" block v-if="p.propertyAmount == null" @click="p.propertyAmount = 0; updateFood(ingredient)">
<v-icon icon="$create"></v-icon>
</v-btn>
</td>