Changed default pollInterval to 1s
This commit is contained in:
parent
013aebd97a
commit
5a32e8a488
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ export default {
|
||||||
pollInterval: {
|
pollInterval: {
|
||||||
type: Number,
|
type: Number,
|
||||||
required: false,
|
required: false,
|
||||||
default: 0.5
|
default: 1
|
||||||
},
|
},
|
||||||
submitLabel: {
|
submitLabel: {
|
||||||
type: String,
|
type: String,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue