Alerting: Fix to prevent regex escape on search input query (#113734)
prevent regex escape on search input query
This commit is contained in:
@@ -162,6 +162,7 @@ export default function RulesFilter({ viewMode, onViewModeChange }: RulesFilterP
|
||||
'Search by name or enter filter query...'
|
||||
)}
|
||||
name="searchQuery"
|
||||
escapeRegex={false}
|
||||
onChange={(next) => {
|
||||
trackRulesSearchInputCleared(field.value, next);
|
||||
field.onChange(next);
|
||||
|
||||
Reference in New Issue
Block a user