Default poll length to 24 hours

This commit is contained in:
Fox 2023-06-19 21:42:20 +09:00
parent 415b18694b
commit cc4bce4675

View file

@ -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 () {