diff --git a/src/components/poll/poll_form.js b/src/components/poll/poll_form.js index 7ad07360..70950fc0 100644 --- a/src/components/poll/poll_form.js +++ b/src/components/poll/poll_form.js @@ -62,8 +62,8 @@ export default { clear () { this.pollType = 'single' this.options = ['', ''] - this.expiryAmount = 10 - this.expiryUnit = 'minutes' + this.expiryAmount = 24 + this.expiryUnit = 'hours' }, nextOption (index) { const element = this.$el.querySelector(`#poll-${index + 1}`)