mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-28 08:44:36 -04:00
fix: set useFractions on Unit creation to true by default (#4469)
This commit is contained in:
@@ -323,7 +323,7 @@ export default defineComponent({
|
|||||||
// we explicitly set booleans to false since forms don't POST unchecked boxes
|
// we explicitly set booleans to false since forms don't POST unchecked boxes
|
||||||
const createTarget = ref<CreateIngredientUnit>({
|
const createTarget = ref<CreateIngredientUnit>({
|
||||||
name: "",
|
name: "",
|
||||||
fraction: false,
|
fraction: true,
|
||||||
useAbbreviation: false,
|
useAbbreviation: false,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user