From f34b16510a6a0362359e2f33f1cd9c30694580a1 Mon Sep 17 00:00:00 2001 From: enjeck Date: Wed, 27 Dec 2023 17:56:08 +0100 Subject: [PATCH 1/5] feat: add error hints for mandatory fields Signed-off-by: Cleopatra Enjeck M --- src/modules/modals/CreateRow.vue | 46 +++++++++++++++++--------------- src/modules/modals/EditRow.vue | 42 ++++++++++++++++------------- 2 files changed, 49 insertions(+), 39 deletions(-) diff --git a/src/modules/modals/CreateRow.vue b/src/modules/modals/CreateRow.vue index 2877d289f..5f2dd3242 100644 --- a/src/modules/modals/CreateRow.vue +++ b/src/modules/modals/CreateRow.vue @@ -12,6 +12,10 @@ + + {{ t('tables', `"${column.title}" should not be empty`) }} +
@@ -20,7 +24,7 @@ {{ t('tables', 'Add more') }}
-
@@ -30,8 +34,8 @@