Commit 2a82b57d by Johannes Schill

Remove unwanted char

parent 6d3f037e
...@@ -207,7 +207,7 @@ export class ManageDashboardsCtrl { ...@@ -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',
......
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