Changed default pollInterval to 1s

This commit is contained in:
Joel Collins 2020-11-06 10:39:25 +00:00
parent 013aebd97a
commit 5a32e8a488

View file

@ -56,7 +56,7 @@ export default {
pollInterval: {
type: Number,
required: false,
default: 0.5
default: 1
},
submitLabel: {
type: String,