mirror of
https://git.youjo.love/youjo/youjo-fe.git
synced 2024-11-20 05:49:54 +01:00
possibly fix bug where sometimes poll is 10 minutes
This commit is contained in:
parent
f74bcafbfb
commit
c6552c34b0
1 changed files with 2 additions and 2 deletions
|
@ -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}`)
|
||||
|
|
Loading…
Reference in a new issue