mirror of
https://git.youjo.love/youjo/youjo-fe.git
synced 2024-11-20 05:49:54 +01:00
Default poll length to 24 hours
This commit is contained in:
parent
415b18694b
commit
cc4bce4675
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