Skip to content
Snippets Groups Projects

fix(consents): chronological order

All threads resolved!
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
@@ -106,7 +106,6 @@ const Consents: React.FC = () => {
@@ -106,7 +106,6 @@ const Consents: React.FC = () => {
headerName: 'Début du consentement',
headerName: 'Début du consentement',
initialWidth: 150,
initialWidth: 150,
filter: true,
filter: true,
sort: 'desc',
},
},
{
{
field: 'endDate',
field: 'endDate',
Loading