Adapt to new recipe filter and fix create recipe
This commit is contained in:
parent
709cb23f3d
commit
79d62b140e
7 changed files with 82 additions and 36 deletions
|
|
@ -30,6 +30,7 @@ export default function RecipeEditPage() {
|
|||
title: "",
|
||||
ingredientGroupList: [],
|
||||
instructionStepList: [],
|
||||
tagList: [],
|
||||
servings: {
|
||||
amount: 1,
|
||||
unit: ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue