Skip to content
Snippets Groups Projects
Commit 0d59de10 authored by Bastien DUMONT's avatar Bastien DUMONT
Browse files

fix: consents column sizes

parent 2dd06aee
No related branches found
No related tags found
5 merge requests!96Deploy OpenShift v2,!95MEP fix liens undefined,!91MEP: removed Meilisearch,!79Fix: nginx unprivileged image,!77Back-office SGE before canary release
Pipeline #43969 passed
......@@ -68,7 +68,7 @@ const Consents: React.FC = () => {
{
field: 'pointID',
headerName: 'N° PDL',
initialWidth: 150,
initialWidth: 180,
filter: true,
checkboxSelection: true,
},
......@@ -96,7 +96,7 @@ const Consents: React.FC = () => {
{
field: 'postalCode',
headerName: 'CP',
initialWidth: 100,
initialWidth: 80,
filter: true,
},
{
......
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