From 6d78f7b5706dd5abd550285d495edbc7f804be9b Mon Sep 17 00:00:00 2001 From: dklimpel <5740567+dklimpel@users.noreply.github.com> Date: Mon, 30 Aug 2021 16:28:33 +0200 Subject: [PATCH] add input validation --- src/components/users.js | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/components/users.js b/src/components/users.js index 6f779d6..f6b4fdb 100644 --- a/src/components/users.js +++ b/src/components/users.js @@ -37,6 +37,7 @@ import { DeleteButton, SaveButton, regex, + required, useTranslate, Pagination, CreateButton, @@ -263,8 +264,12 @@ export const UserCreate = props => ( - - + + @@ -346,10 +351,11 @@ export const UserEdit = props => { > - +