lamassu-schema changes
This commit is contained in:
parent
9e1b5cbd6d
commit
876d38fefb
4 changed files with 540 additions and 270 deletions
|
|
@ -143,7 +143,8 @@ function fetchConfigGroup (code) {
|
|||
const candidateFields = [
|
||||
schemaFields.map(R.prop('requiredIf')),
|
||||
schemaFields.map(R.prop('enabledIf')),
|
||||
groupSchema.fields
|
||||
groupSchema.fields,
|
||||
'fiatCurrency'
|
||||
]
|
||||
const configFields = R.uniq(R.flatten(candidateFields)).filter(R.identity)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue