From 5d999ea9c861d1cb3a14875f8a877e850624e96c Mon Sep 17 00:00:00 2001 From: adam-skowronek Date: Tue, 3 Jan 2023 22:26:06 +0100 Subject: [PATCH] Fix adding group limits when creating supervisor --- frontend/src/views/coordinator/AddLeader.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/frontend/src/views/coordinator/AddLeader.tsx b/frontend/src/views/coordinator/AddLeader.tsx index 69221fe..a7e0be7 100644 --- a/frontend/src/views/coordinator/AddLeader.tsx +++ b/frontend/src/views/coordinator/AddLeader.tsx @@ -101,13 +101,12 @@ const AddLeader = () => { Email jest wymagany )} - {/*
+
{ {errors.limit_group?.type === 'pattern' && ( Limit grup musi być liczbą dodatnią )} -
*/} +
)