DashboardImport: Fixes broken import page in prod builds (#21101)

This commit is contained in:
Torkel Ödegaard 2019-12-14 17:50:31 +01:00 committed by GitHub
parent 8283cd4b4c
commit fcc74ad2b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,7 @@ const hitTypes = {
export class ValidationSrv {
rootName = 'general';
/** @ngInject */
constructor(private backendSrv: BackendSrv) {}
validateNewDashboardName(folderId: any, name: string) {