From eb0b43b1b00e88edb5ff631d54a347509883db63 Mon Sep 17 00:00:00 2001 From: Adrian Hopek Date: Thu, 24 Mar 2022 10:06:47 +0100 Subject: [PATCH] #44 - fix --- resources/js/Pages/VacationLimits.vue | 226 +++++++++++++------------- 1 file changed, 114 insertions(+), 112 deletions(-) diff --git a/resources/js/Pages/VacationLimits.vue b/resources/js/Pages/VacationLimits.vue index 507c306..97f2a25 100644 --- a/resources/js/Pages/VacationLimits.vue +++ b/resources/js/Pages/VacationLimits.vue @@ -11,123 +11,125 @@
+ {{ item.user.name }} +
+ {{ item.user.email }} +
- {{ item.user.name }} -
- {{ item.user.email }} +
+ {{ form.errors[`items.${index}.days`] }}
- {{ form.errors[`items.${index}.days`] }} -