fix: removed unnecessary comment
fix: removed the onChange event from the ticker Autocomplete, as it don't use third party services
This commit is contained in:
parent
7576934109
commit
bd10a4048a
2 changed files with 1 additions and 3 deletions
|
|
@ -60,8 +60,7 @@ const getElements = (
|
|||
options: getOptions('ticker'),
|
||||
valueProp: 'code',
|
||||
getLabel: R.path(['display']),
|
||||
optionsLimit: null,
|
||||
onChange
|
||||
optionsLimit: null
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue