From 5f19cb44ddbcec58ae23d60a662da17fb05d1a1b Mon Sep 17 00:00:00 2001 From: "Christopher C. Wells" Date: Sun, 4 Apr 2021 15:51:22 -0700 Subject: [PATCH] Re-add default input to ingredient picker units This prevents accidentally setting a different value for an existing entry with an unsupported unit. --- resources/views/recipes/partials/ingredient-input.blade.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/views/recipes/partials/ingredient-input.blade.php b/resources/views/recipes/partials/ingredient-input.blade.php index 459c60d..6392219 100644 --- a/resources/views/recipes/partials/ingredient-input.blade.php +++ b/resources/views/recipes/partials/ingredient-input.blade.php @@ -23,6 +23,7 @@ class="block" :options="$units_supported ?? []" :selectedValue="$unit ?? null"> +