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:
Liordino Neto 2020-10-25 11:23:35 -03:00 committed by Josh Harvey
parent 7576934109
commit bd10a4048a
2 changed files with 1 additions and 3 deletions

View file

@ -20,7 +20,6 @@ const SAVE_CONFIG = gql`
} }
` `
// TODO: should I use the save config and send the config as it is when saving an account?
const SAVE_ACCOUNT = gql` const SAVE_ACCOUNT = gql`
mutation Save($accounts: JSONObject) { mutation Save($accounts: JSONObject) {
saveAccounts(accounts: $accounts) saveAccounts(accounts: $accounts)

View file

@ -60,8 +60,7 @@ const getElements = (
options: getOptions('ticker'), options: getOptions('ticker'),
valueProp: 'code', valueProp: 'code',
getLabel: R.path(['display']), getLabel: R.path(['display']),
optionsLimit: null, optionsLimit: null
onChange
} }
}, },
{ {