mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 02:03:35 -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 | ||||
|     const createTarget = ref<CreateIngredientUnit>({ | ||||
|       name: "", | ||||
|       fraction: false, | ||||
|       fraction: true, | ||||
|       useAbbreviation: false, | ||||
|     }); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user