Skip to content
Snippets Groups Projects
Commit 84b54f1a authored by Rémi PAILHAREY's avatar Rémi PAILHAREY :fork_knife_plate:
Browse files

Merge branch '25-consentements-affichage-dans-le-backoffice-non-chronologique' into 'dev'

fix(consents): chronological order

See merge request !135
parents 51ffeb77 bf3d91df
No related branches found
No related tags found
2 merge requests!141Release 2024-02-29,!135fix(consents): chronological order
Pipeline #90152 passed
......@@ -106,7 +106,7 @@ const Consents: React.FC = () => {
headerName: 'Début du consentement',
initialWidth: 150,
filter: true,
sort: 'desc',
sortable: false,
},
{
field: 'endDate',
......@@ -114,6 +114,7 @@ const Consents: React.FC = () => {
headerName: 'Fin du consentement',
initialWidth: 150,
filter: true,
sortable: false,
},
])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment