Skip to content

Commit

Permalink
Remove key
Browse files Browse the repository at this point in the history
  • Loading branch information
harmendv committed Dec 22, 2023
1 parent 09ffd85 commit 56ba1f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/LvQuickFilter/LvQuickFilter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<div v-show="dropdownVisible" class="lv-quick-filter__dropdown" role="listbox">
<!-- Generated dropdownResults -->
<template v-for="(object, key) in dropdownResults">
<div :key="key" class="lv-quick-filter__results">
<div class="lv-quick-filter__results">
<div class="lv-quick-filter__results-title">{{ object.label }}</div>
<!-- Input -->
<template v-if="object.value">
Expand Down

0 comments on commit 56ba1f7

Please sign in to comment.