🌐 AI搜索 & 代理 主页
Skip to content

Commit c52642f

Browse files
authored
Update mixin-filtering.js
1 parent dcdc3c9 commit c52642f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/table/helpers/mixin-filtering.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ export default {
167167
// Sanitizes filter criteria based on internal or external filtering
168168
if (
169169
this.localFiltering &&
170-
!isFunction(this.filterFunction) &&
170+
!this.localFilterFn &&
171171
!(isString(criteria) || isRegExp(criteria))
172172
) {
173173
// If using internal filter function, which only accepts string or RegExp

0 commit comments

Comments
 (0)