mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
OptionsPicker: Fix matching non-latin template vars in filter (#98416)
This commit is contained in:
parent
7e4b05c268
commit
e43e86376e
@ -9,7 +9,7 @@ import { ALL_VARIABLE_VALUE } from '../../constants';
|
||||
import { isMulti, isQuery } from '../../guard';
|
||||
|
||||
// https://catonmat.net/my-favorite-regex :)
|
||||
const REGEXP_NON_ASCII = /[^ -~]/gm;
|
||||
const REGEXP_NON_ASCII = /[^ -~]/m;
|
||||
|
||||
export interface ToggleOption {
|
||||
option?: VariableOption;
|
||||
|
Loading…
Reference in New Issue
Block a user