diff options
Diffstat (limited to 'src/components/poll/poll_form.vue')
| -rw-r--r-- | src/components/poll/poll_form.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/poll/poll_form.vue b/src/components/poll/poll_form.vue index 2bd3d058..d53f3837 100644 --- a/src/components/poll/poll_form.vue +++ b/src/components/poll/poll_form.vue @@ -77,6 +77,7 @@ > <option v-for="unit in expiryUnits" + :key="unit" :value="unit" > {{ $t(`time.${unit}_short`, ['']) }} |
