fixed multi icon select

This commit is contained in:
Luca Haid
2025-04-29 13:12:04 +02:00
parent a212ec1a3f
commit 21f65aa905

View File

@@ -739,7 +739,6 @@ Vue.component('tt-table', {
break;
}
} else if (header.filter === 'select' || header.filter === 'iconSelect' || header.filter === 'autocomplete') {
console.log(filterValue);
if (filterValue === '') continue;
if (filterValue !== row[header.key]?.toString()) {
match = false;