Skip to content

Commit

Permalink
Update options for units.
Browse files Browse the repository at this point in the history
  • Loading branch information
dagstuan committed Oct 22, 2024
1 parent 58a503d commit 8292d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sanity/schemaTypes/recipe/recipeIngredientType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const fields = [
name: "unit",
type: "string",
options: {
list: ["g", "dl", "ts", "ss", "stk", "egg"],
list: ["g", "dl", "ts", "ss", "stk", "fedd"],
},
}),
];
Expand Down

0 comments on commit 8292d48

Please sign in to comment.