mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Fix strict errors, down to 416 (#31365)
This commit is contained in:
@@ -2,11 +2,11 @@ import _ from 'lodash';
|
||||
import { auto } from 'angular';
|
||||
|
||||
export class QueryCtrl {
|
||||
target: any;
|
||||
datasource: any;
|
||||
panelCtrl: any;
|
||||
target!: any;
|
||||
datasource!: any;
|
||||
panelCtrl!: any;
|
||||
panel: any;
|
||||
hasRawMode: boolean;
|
||||
hasRawMode!: boolean;
|
||||
error?: string | null;
|
||||
isLastQuery: boolean;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user