Fixed incorrect placeholder type
This commit is contained in:
parent
97f718ccbd
commit
99a29eb393
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue