Does not work: uploading images

Adding/Editing/Deleting works
SeasonsSelect works
Nice recipe layout
This commit is contained in:
2023-06-24 15:31:10 +02:00
parent 3d0d3f41e2
commit 9392ff6ada
25 changed files with 1150 additions and 209 deletions

View File

@ -38,6 +38,7 @@ export type RecipeModelType = {
name?: string;
steps: [string]
}]
preamble?: String
addendum?: string
};