fix: locales field width
This commit is contained in:
parent
52f4fe8473
commit
86add28ce6
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ const allFields = (getData, onChange, auxElements = []) => {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'country',
|
name: 'country',
|
||||||
width: 200,
|
width: 150,
|
||||||
size: 'sm',
|
size: 'sm',
|
||||||
view: getView(countryData, 'display'),
|
view: getView(countryData, 'display'),
|
||||||
input: Autocomplete,
|
input: Autocomplete,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue