Commit 99a29eb3 authored by Joel Collins's avatar Joel Collins
Browse files

Fixed incorrect placeholder type

parent 97f718cc
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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