mirror of
https://git.youjo.love/youjo/youjo-fe.git
synced 2025-01-18 18:36:01 +01:00
Default poll length to 24 hours
This commit is contained in:
parent
5cf63a104d
commit
f74bcafbfb
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@ export default {
|
|||
data: () => ({
|
||||
pollType: 'single',
|
||||
options: ['', ''],
|
||||
expiryAmount: 10,
|
||||
expiryUnit: 'minutes'
|
||||
expiryAmount: 24,
|
||||
expiryUnit: 'hours'
|
||||
}),
|
||||
computed: {
|
||||
pollLimits () {
|
||||
|
|
Loading…
Reference in a new issue