瀏覽代碼

Remove unwanted char

Johannes Schill 7 年之前
父節點
當前提交
2a82b57d93
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 =
     const template =
       '<move-to-folder-modal dismiss="dismiss()" ' +
       '<move-to-folder-modal dismiss="dismiss()" ' +
       'dashboards="model.dashboards" after-save="model.afterSave()">' +
       'dashboards="model.dashboards" after-save="model.afterSave()">' +
-      '</move-to-folder-modal>`';
+      '</move-to-folder-modal>';
     appEvents.emit('show-modal', {
     appEvents.emit('show-modal', {
       templateHtml: template,
       templateHtml: template,
       modalClass: 'modal--narrow',
       modalClass: 'modal--narrow',