mirror of https://github.com/grafana/grafana
DataLinks: Fixes interpolation (formatting) of __all_variables and __url_time_range (#65162)
* DataLinks: Fixes interpolation (formatting) of __all_variables and __url_time_range * simplify if statementpull/65219/head
parent
0409cfd116
commit
cd490ba0be
@ -1,7 +1,8 @@ |
||||
export interface ScopedVar<T = any> { |
||||
text?: any; |
||||
value: T; |
||||
[key: string]: any; |
||||
skipUrlSync?: boolean; |
||||
skipFormat?: boolean; |
||||
} |
||||
|
||||
export interface ScopedVars extends Record<string, ScopedVar> {} |
||||
|
||||
Loading…
Reference in new issue