mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
BackendSrv: Adds config to response to fix external plugins that use this (#23032)
* BackendSrv: Added config to response * QueryInspector: Removing config from showing up * Replace config with request and make it be the unmodified params sent in
This commit is contained in:
@@ -51,7 +51,7 @@ export interface DataSourceResponse<T> {
|
||||
readonly redirected: boolean;
|
||||
readonly type: ResponseType;
|
||||
readonly url: string;
|
||||
readonly request: any;
|
||||
readonly config: any;
|
||||
}
|
||||
|
||||
type DataSourceResponsePayload = DataSourceResponse<any>;
|
||||
|
||||
Reference in New Issue
Block a user