From 40e096d8795e0930c99aacbc4116fceacb13ef41 Mon Sep 17 00:00:00 2001
From: Tucker Evans <tuckerevans24@gmail.com>
Date: Wed, 11 Dec 2019 16:53:55 -0500
Subject: Fix units form control name

---
 recipeBuddy/src/app/add-recipe/add-recipe.component.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'recipeBuddy/src/app/add-recipe/add-recipe.component.html')

diff --git a/recipeBuddy/src/app/add-recipe/add-recipe.component.html b/recipeBuddy/src/app/add-recipe/add-recipe.component.html
index 76095f9..11277f9 100644
--- a/recipeBuddy/src/app/add-recipe/add-recipe.component.html
+++ b/recipeBuddy/src/app/add-recipe/add-recipe.component.html
@@ -59,7 +59,7 @@
 				</mat-form-field>
 				<mat-form-field class="quarter-width">
 					<input matInput placeholder="Units" type="text"
-					formControlName="units">
+					formControlName="unit">
 				</mat-form-field>
 				<button matSuffix mat-mini-fab (click)="rmIngredient(i)"
 					type="button" style="margin-left: 10px">
-- 
cgit v1.1