Fix web page due to recent changes in the API v1
This commit is contained in:
@@ -35,6 +35,10 @@
|
||||
},
|
||||
error: {
|
||||
type: String,
|
||||
},
|
||||
step: {
|
||||
type: Number,
|
||||
default: 0.1
|
||||
}
|
||||
})
|
||||
|
||||
@@ -52,7 +56,7 @@
|
||||
:id="name"
|
||||
:name="name"
|
||||
:min="0"
|
||||
:step="0.1"
|
||||
:step="step"
|
||||
:value="field"
|
||||
:disabled="readonly"
|
||||
:readonly="readonly"
|
||||
|
||||
Reference in New Issue
Block a user