mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-24 07:39:41 +02:00
fix: set useFractions on Unit creation to true by default (#4469)
This commit is contained in:
parent
53a566d08a
commit
6e16d4cc91
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue