diff --git a/public/app/plugins/datasource/postgres/module.ts b/public/app/plugins/datasource/postgres/module.ts index e2ac568d998..09a3f43c9ea 100644 --- a/public/app/plugins/datasource/postgres/module.ts +++ b/public/app/plugins/datasource/postgres/module.ts @@ -7,6 +7,8 @@ class PostgresConfigCtrl { static templateUrl = 'partials/config.html'; current: any; + + /** @ngInject **/ constructor($scope) { this.current.jsonData.sslmode = this.current.jsonData.sslmode || 'require'; }