mirror of
https://github.com/nasa/openmct.git
synced 2025-01-31 16:36:13 +00:00
[Forms] Fix properties for generator
Fix properties for the sine wave generator (an example bundle) such that it displays appropriately in the Create menu after integration of the forms component, WTD-593.
This commit is contained in:
parent
75f4daa5c3
commit
328a19f040
@ -26,8 +26,8 @@
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"label": "Period",
|
||||
"control": "_textfield",
|
||||
"name": "Period",
|
||||
"control": "textfield",
|
||||
"key": "period",
|
||||
"required": true,
|
||||
"property": [ "telemetry", "period" ],
|
||||
|
Loading…
x
Reference in New Issue
Block a user