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

fix(consents): chronological order

parent 51ffeb77
No related branches found
No related tags found
2 merge requests!141Release 2024-02-29,!135fix(consents): chronological order
......@@ -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.
Finish editing this message first!
Please register or to comment