mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
lib(): added simplejson lib
This commit is contained in:
@@ -24,6 +24,7 @@ export class DataSourceEditCtrl {
|
||||
datasourceMeta: any;
|
||||
tabIndex: number;
|
||||
hasDashboards: boolean;
|
||||
editForm: any;
|
||||
|
||||
/** @ngInject */
|
||||
constructor(
|
||||
@@ -114,7 +115,7 @@ export class DataSourceEditCtrl {
|
||||
}
|
||||
|
||||
saveChanges(test) {
|
||||
if (!this.$scope.editForm.$valid) {
|
||||
if (!this.editForm.$valid) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user