From f74bcafbfbb7e0ac3cfb1472ca6caaa501dbc659 Mon Sep 17 00:00:00 2001 From: fox Date: Mon, 19 Jun 2023 12:44:37 +0000 Subject: [PATCH] Default poll length to 24 hours --- src/components/poll/poll_form.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/poll/poll_form.js b/src/components/poll/poll_form.js index e30645c3..7ad07360 100644 --- a/src/components/poll/poll_form.js +++ b/src/components/poll/poll_form.js @@ -21,8 +21,8 @@ export default { data: () => ({ pollType: 'single', options: ['', ''], - expiryAmount: 10, - expiryUnit: 'minutes' + expiryAmount: 24, + expiryUnit: 'hours' }), computed: { pollLimits () {