Skip to content

Commit d490fe8

Browse files
prx-lmomportuga
authored andcommitted
[hotfix/5502]
- removed unnecessary line
1 parent 10f964a commit d490fe8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/core/src/js/services/rowSearcher.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ module.service('rowSearcher', ['gridUtil', 'uiGridConstants', function (gridUtil
182182
if(value == void 0)
183183
value = "";
184184

185-
186185
// If the filter's condition is a RegExp, then use it
187186
if (filter.condition instanceof RegExp) {
188187
return filter.condition.test(value);

0 commit comments

Comments
 (0)