1
0
mirror of https://github.com/TandoorRecipes/recipes.git synced 2026-01-11 09:07:12 -05:00

added us_cup as base unit

This commit is contained in:
vabene1111
2024-08-18 14:26:10 +02:00
parent 06dc02d6b2
commit 8e8e4bb8bb
2 changed files with 2 additions and 0 deletions

View File

@@ -311,6 +311,7 @@ export class Models {
{value: "ml", text: "ml"},
{value: "l", text: "l"},
{value: "fluid_ounce", text: "fluid_ounce"},
{value: "us_cup", text: "us_cup"},
{value: "pint", text: "pint"},
{value: "quart", text: "quart"},
{value: "gallon", text: "gallon"},