Remove unwanted char

This commit is contained in:
Johannes Schill
2018-10-16 08:11:26 +02:00
parent 6d3f037ef1
commit 2a82b57d93

View File

@@ -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',