Commit fcc74ad2 by Torkel Ödegaard Committed by GitHub

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

parent 8283cd4b
......@@ -9,6 +9,7 @@ const hitTypes = {
export class ValidationSrv {
rootName = 'general';
/** @ngInject */
constructor(private backendSrv: BackendSrv) {}
validateNewDashboardName(folderId: any, name: string) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment