Explorar o código

Fix Ingredient property name

Tatiana Inama %!s(int64=6) %!d(string=hai) anos
pai
achega
80cf480c57
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ktchn/src/recipes/model.ts

+ 1 - 1
ktchn/src/recipes/model.ts

@@ -11,7 +11,7 @@ export interface IIngredient {
   quantity: number;
   unit: string;
   state?: string;
-  note?: string;
+  notes?: string;
   _original?: string;
 }