mirror of
https://git.youjo.love/youjo/youjo-fe.git
synced 2025-01-31 08:29:08 +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: () => ({
|
data: () => ({
|
||||||
pollType: 'single',
|
pollType: 'single',
|
||||||
options: ['', ''],
|
options: ['', ''],
|
||||||
expiryAmount: 10,
|
expiryAmount: 24,
|
||||||
expiryUnit: 'minutes'
|
expiryUnit: 'hours'
|
||||||
}),
|
}),
|
||||||
computed: {
|
computed: {
|
||||||
pollLimits () {
|
pollLimits () {
|
||||||
|
|
Loading…
Reference in a new issue