From c740241c43444ec436625607db5c75ed16a00431 Mon Sep 17 00:00:00 2001
From: Hugo SUBTIL <ext.sopra.husubtil@grandlyon.com>
Date: Thu, 6 Oct 2022 09:17:40 +0200
Subject: [PATCH] fix: set width for safetyBoarding

---
 src/components/Consents/Consents.tsx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/components/Consents/Consents.tsx b/src/components/Consents/Consents.tsx
index f1d73fe1..99d4ead8 100644
--- a/src/components/Consents/Consents.tsx
+++ b/src/components/Consents/Consents.tsx
@@ -106,6 +106,7 @@ const Consents: React.FC = () => {
     {
       field: 'safetyOnBoarding',
       headerName: 'Secours',
+      initialWidth: 100,
     },
     {
       field: 'startDate',
-- 
GitLab