Scopes search: Don't regex-escape filter input value (#98117)
This commit is contained in:
@@ -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 });
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user