lint
This commit is contained in:
parent
a125a9af6c
commit
c60ae66eac
2 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@
|
||||||
@show="setOpen(true)"
|
@show="setOpen(true)"
|
||||||
@close="setOpen(false)"
|
@close="setOpen(false)"
|
||||||
>
|
>
|
||||||
<template #content="{close}">
|
<template #content>
|
||||||
<div class="dropdown-menu">
|
<div class="dropdown-menu">
|
||||||
<template v-for="(entry, index) in entries">
|
<template v-for="(entry, index) in entries">
|
||||||
<div
|
<div
|
||||||
|
|
|
||||||
|
|
@ -78,8 +78,8 @@
|
||||||
v-model="expiryUnit"
|
v-model="expiryUnit"
|
||||||
unstyled="true"
|
unstyled="true"
|
||||||
class="expiry-unit"
|
class="expiry-unit"
|
||||||
@change="expiryAmountChange"
|
|
||||||
:aria-label="$t('polls.expiry_unit')"
|
:aria-label="$t('polls.expiry_unit')"
|
||||||
|
@change="expiryAmountChange"
|
||||||
>
|
>
|
||||||
<option
|
<option
|
||||||
v-for="unit in expiryUnits"
|
v-for="unit in expiryUnits"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue