diff --git a/public/plugins/vue/tt-components/tt-table.js b/public/plugins/vue/tt-components/tt-table.js
index aefefd530..3b6d95d55 100644
--- a/public/plugins/vue/tt-components/tt-table.js
+++ b/public/plugins/vue/tt-components/tt-table.js
@@ -160,7 +160,7 @@ Vue.component('tt-table', {
-
+
@@ -739,6 +739,7 @@ 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;