mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Scopes search: Don't regex-escape filter input value (#98117)
This commit is contained in:
parent
d6ebec6921
commit
0cd4c751a6
@ -46,6 +46,7 @@ export function ScopesTreeSearch({ anyChildExpanded, nodePath, query, onNodeUpda
|
||||
value={inputState.value}
|
||||
className={styles.input}
|
||||
data-testid="scopes-tree-search"
|
||||
escapeRegex={false}
|
||||
onChange={(value) => {
|
||||
setInputState({ value, isDirty: true });
|
||||
}}
|
||||
|
Loading…
Reference in New Issue
Block a user