mirror of
https://github.com/grafana/grafana.git
synced 2025-09-21 09:52:48 +08:00
MySQL/Postgres/CloudMonitoring: Fixes issues related to babel upgrade (#32619)
This commit is contained in:
@ -9,7 +9,9 @@ import DatasourceSrv from 'app/features/plugins/datasource_srv';
|
||||
export class PostgresConfigCtrl {
|
||||
static templateUrl = 'partials/config.html';
|
||||
|
||||
current: any;
|
||||
// Set through angular bindings
|
||||
declare current: any;
|
||||
|
||||
datasourceSrv: any;
|
||||
showTimescaleDBHelp: boolean;
|
||||
onPasswordReset: ReturnType<typeof createResetHandler>;
|
||||
|
Reference in New Issue
Block a user