Fix: Change role to type

Co-authored-by: Frank Elsinga <frank@elsinga.de>
pull/4264/head
Nelson Chan 1 month ago committed by GitHub
parent 6b03bb227c
commit 1c34f30f57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -10,7 +10,7 @@
<ul class="dropdown-menu dropdown-menu-end">
<li v-for="(item, key) in chartPeriodOptions" :key="key">
<button
role="button" class="dropdown-item" :class="{ active: chartPeriodHrs == key }"
type="button" class="dropdown-item" :class="{ active: chartPeriodHrs == key }"
@click="chartPeriodHrs = key"
>
{{ item }}

Loading…
Cancel
Save