From 3361f9a7c3d55c19bca2847f131ee6c46aaad783 Mon Sep 17 00:00:00 2001 From: "Patrick Lehner (he/him)" <1099818+lehnerpat@users.noreply.github.com> Date: Tue, 2 Sep 2025 00:44:30 +0900 Subject: [PATCH] fix: Fix RecipeLastMade dialog date picker being off by a day (#6079) --- frontend/components/Domain/Recipe/RecipeLastMade.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/components/Domain/Recipe/RecipeLastMade.vue b/frontend/components/Domain/Recipe/RecipeLastMade.vue index caa26bebb..ddd1fbbad 100644 --- a/frontend/components/Domain/Recipe/RecipeLastMade.vue +++ b/frontend/components/Domain/Recipe/RecipeLastMade.vue @@ -119,6 +119,7 @@