Skip to content

Commit fcc74ad

Browse files
authored
DashboardImport: Fixes broken import page in prod builds (grafana#21101)
1 parent 8283cd4 commit fcc74ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

public/app/features/manage-dashboards/services/ValidationSrv.ts

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ const hitTypes = {
99
export class ValidationSrv {
1010
rootName = 'general';
1111

12+
/** @ngInject */
1213
constructor(private backendSrv: BackendSrv) {}
1314

1415
validateNewDashboardName(folderId: any, name: string) {

0 commit comments

Comments
 (0)