Minor chnages
This commit is contained in:
@@ -76,13 +76,13 @@ export default function AccountsInfo() {
|
|||||||
field: 'email',
|
field: 'email',
|
||||||
headerName: t('email'),
|
headerName: t('email'),
|
||||||
width: 150,
|
width: 150,
|
||||||
editable: true,
|
editable: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
field: 'langI18n',
|
field: 'langI18n',
|
||||||
headerName: t('language'),
|
headerName: t('language'),
|
||||||
width: 150,
|
width: 150,
|
||||||
editable: true,
|
editable: false,
|
||||||
},
|
},
|
||||||
{ //edit billing information button
|
{ //edit billing information button
|
||||||
field: "customer",
|
field: "customer",
|
||||||
|
|||||||
Reference in New Issue
Block a user