Fix render issue when removing search filter chips (#2038)

This commit is contained in:
bymyself
2024-12-24 08:13:14 -07:00
committed by GitHub
parent 96b2987590
commit 5da26e917a
2 changed files with 47 additions and 4 deletions

View File

@@ -54,6 +54,7 @@
<!-- FilterAndValue -->
<template v-slot:chip="{ value }">
<SearchFilterChip
:key="`${value[0].id}-${value[1]}`"
@remove="onRemoveFilter($event, value)"
:text="value[1]"
:badge="value[0].invokeSequence.toUpperCase()"