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
73b1884d88
commit
033927c040
1 changed files with 2 additions and 2 deletions
|
@ -62,8 +62,8 @@ export default {
|
||||||
clear () {
|
clear () {
|
||||||
this.pollType = 'single'
|
this.pollType = 'single'
|
||||||
this.options = ['', '']
|
this.options = ['', '']
|
||||||
this.expiryAmount = 10
|
this.expiryAmount = 24
|
||||||
this.expiryUnit = 'minutes'
|
this.expiryUnit = 'hours'
|
||||||
},
|
},
|
||||||
nextOption (index) {
|
nextOption (index) {
|
||||||
const element = this.$el.querySelector(`#poll-${index + 1}`)
|
const element = this.$el.querySelector(`#poll-${index + 1}`)
|
||||||
|
|
Loading…
Reference in a new issue