This commit is contained in:
Henry Jameson 2026-08-12 00:34:21 +03:00
commit c60ae66eac
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@
@show="setOpen(true)"
@close="setOpen(false)"
>
<template #content="{close}">
<template #content>
<div class="dropdown-menu">
<template v-for="(entry, index) in entries">
<div

View file

@ -78,8 +78,8 @@
v-model="expiryUnit"
unstyled="true"
class="expiry-unit"
@change="expiryAmountChange"
:aria-label="$t('polls.expiry_unit')"
@change="expiryAmountChange"
>
<option
v-for="unit in expiryUnits"