mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06: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