Browse Source

Remove unwanted char

Johannes Schill 7 years ago
parent
commit
2a82b57d93
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/app/core/components/manage_dashboards/manage_dashboards.ts

+ 1 - 1
public/app/core/components/manage_dashboards/manage_dashboards.ts

@@ -207,7 +207,7 @@ export class ManageDashboardsCtrl {
     const template =
       '<move-to-folder-modal dismiss="dismiss()" ' +
       'dashboards="model.dashboards" after-save="model.afterSave()">' +
-      '</move-to-folder-modal>`';
+      '</move-to-folder-modal>';
     appEvents.emit('show-modal', {
       templateHtml: template,
       modalClass: 'modal--narrow',