Skip to content
Snippets Groups Projects

US878 feat(consent): add new filtering field

Merged Hugo SUBTIL requested to merge feat/US878-safety-boarding into dev
3 files
+ 6
0
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -103,6 +103,10 @@ const Consents: React.FC = () => {
field: 'city',
headerName: 'Ville',
},
{
field: 'safetyOnBoarding',
headerName: 'Secours',
},
{
field: 'startDate',
valueFormatter: dateFormatter,
Loading