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: { pollInterval: {
type: Number, type: Number,
required: false, required: false,
default: 0.5 default: 1
}, },
submitLabel: { submitLabel: {
type: String, type: String,