mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 21:13:09 +00:00
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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user