File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 85
85
v-for =" type in selectedEventTypes"
86
86
:key =" type"
87
87
class =" inline-flex items-center rounded-md bg-green-50 px-2 py-1 text-xs font-medium text-green-700 ring-1 ring-inset ring-green-600/20"
88
+ :aria-label =" t('auditLog.filter.removeEventType', { type: eventTypeOptions[type] })"
88
89
@click.stop =" removeEventType(type)"
89
90
>
90
91
<span class =" mr-1" >{{ eventTypeOptions[type] }}</span >
91
- <span class =" text-green-800 font-bold" >× ; </span >
92
+ <span class =" text-green-800 font-bold" aria-hidden = " true " >× ; </span >
92
93
</button >
93
94
</template >
94
95
<template v-else >
104
105
<ListboxOption
105
106
v-for =" (label, key) in eventTypeOptions"
106
107
:key =" key"
107
- v-slot =" { active, selected }"
108
+ v-slot =" { selected }"
108
109
class =" relative cursor-default select-none py-2 pl-3 pr-9 ui-not-active:text-gray-900 ui-active:text-white ui-active:bg-primary"
109
110
:value =" key"
110
111
>
You can’t perform that action at this time.
0 commit comments