Fix/config obj list (#1351)

* remove deprecated build check

* fixed config types for object and union; cleaned up mock api fixtures

* make form object element transition times consistent and emit expand event on list object items
This commit is contained in:
Lucy C
2022-03-23 09:39:55 -06:00
committed by GitHub
parent 5e0b83fa4a
commit 39a2685506
8 changed files with 67 additions and 303 deletions

View File

@@ -273,7 +273,6 @@ export const mockPatchData: DataModel = {
'emergency-contact': {
name: 'Emergency Contact',
type: 'object',
'unique-by': null,
description: 'The person to contact in case of emergency.',
spec: {
name: {
@@ -316,7 +315,6 @@ export const mockPatchData: DataModel = {
bitcoinNode: {
name: 'Bitcoin Node Settings',
type: 'union',
'unique-by': null,
description: 'The node settings',
default: 'internal',
warning: 'Careful changing this',