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

fix: consents column sizes

parent 2dd06aee
Branches
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 = () => { ...@@ -68,7 +68,7 @@ const Consents: React.FC = () => {
{ {
field: 'pointID', field: 'pointID',
headerName: 'N° PDL', headerName: 'N° PDL',
initialWidth: 150, initialWidth: 180,
filter: true, filter: true,
checkboxSelection: true, checkboxSelection: true,
}, },
...@@ -96,7 +96,7 @@ const Consents: React.FC = () => { ...@@ -96,7 +96,7 @@ const Consents: React.FC = () => {
{ {
field: 'postalCode', field: 'postalCode',
headerName: 'CP', headerName: 'CP',
initialWidth: 100, initialWidth: 80,
filter: true, filter: true,
}, },
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment