mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 21:32:14 +08:00
Reporting: Add usedInRepeat property in BaseVariableModel (#79855)
property added in interface
This commit is contained in:
@ -164,4 +164,5 @@ export interface BaseVariableModel {
|
||||
state: LoadingState;
|
||||
error: any | null;
|
||||
description: string | null;
|
||||
usedInRepeat?: boolean;
|
||||
}
|
||||
|
Reference in New Issue
Block a user