Skip to content

Commit

Permalink
fix: set useFractions on Unit creation to true by default (#4469)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuchenpirat authored Oct 30, 2024
1 parent 53a566d commit 6e16d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/pages/group/data/units.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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,
});
Expand Down

0 comments on commit 6e16d4c

Please sign in to comment.