fix enabledIf bug
This commit is contained in:
parent
dfd8400da9
commit
264e3ab651
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ function fetchConfigGroup (code) {
|
|||
'fiatCurrency'
|
||||
]
|
||||
|
||||
const smush = _.flow(_.flatten, _.compact, _.uniq)
|
||||
const smush = _.flow(_.flattenDeep, _.compact, _.uniq)
|
||||
const configFields = smush(candidateFields)
|
||||
|
||||
// Expand this to check against full schema
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue