1
0
mirror of https://github.com/TandoorRecipes/recipes.git synced 2026-01-11 00:58:32 -05:00

Merge branch 'develop' into feature/vue3

# Conflicts:
#	cookbook/views/api.py
This commit is contained in:
vabene1111
2024-04-14 21:24:43 +02:00
9 changed files with 121 additions and 61 deletions

View File

@@ -67,7 +67,7 @@
<i class="text-warning fas fa-exclamation-triangle"></i>
</template>
<template v-else>
{{ f.value }} {{ selected_property.unit }}
{{ roundDecimals(f.value) }} {{ selected_property.unit }}
</template>
</td>
</tr>