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: () => ({
|
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