DashboardImport: Fixes broken import page in prod builds (#21101)
This commit is contained in:
@@ -9,6 +9,7 @@ const hitTypes = {
|
||||
export class ValidationSrv {
|
||||
rootName = 'general';
|
||||
|
||||
/** @ngInject */
|
||||
constructor(private backendSrv: BackendSrv) {}
|
||||
|
||||
validateNewDashboardName(folderId: any, name: string) {
|
||||
|
||||
Reference in New Issue
Block a user