Fixed incorrect placeholder type

This commit is contained in:
Joel Collins 2019-11-21 14:02:00 +00:00
parent 97f718ccbd
commit 99a29eb393

View file

@ -11,7 +11,6 @@
"schema": [
[{
"fieldType": "numberInput",
"placeholder": "Some integer",
"name": "val_int",
"label": "Number value",
"minValue": 0
@ -65,7 +64,6 @@
"submitLabel": "Start task",
"schema": [{
"fieldType": "numberInput",
"placeholder": "",
"name": "run_time",
"label": "Run time (seconds)",
"minValue": 1