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