update country
with russian translation
This commit is contained in:
@ -9,7 +9,7 @@ export const CountryList = () => {
|
||||
() => [
|
||||
{
|
||||
field: 'code',
|
||||
headerName: 'Code',
|
||||
headerName: 'Код',
|
||||
type: 'string',
|
||||
minWidth: 100,
|
||||
display: 'flex',
|
||||
@ -18,14 +18,14 @@ export const CountryList = () => {
|
||||
},
|
||||
{
|
||||
field: 'name',
|
||||
headerName: 'Name',
|
||||
headerName: 'Название',
|
||||
type: 'string',
|
||||
minWidth: 100,
|
||||
flex: 1,
|
||||
},
|
||||
{
|
||||
field: 'actions',
|
||||
headerName: 'Actions',
|
||||
headerName: 'Действия',
|
||||
align: 'right',
|
||||
headerAlign: 'center',
|
||||
minWidth: 120,
|
||||
|
Reference in New Issue
Block a user