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
|
|
@ -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)
|
||||||
|
|
|
||||||
|
|
@ -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
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue