Merge branch '5.26' of https://github.com/civicrm/civicrm-core
[civicrm-core.git] / ang / crmMailing / PreviewComponentCtrl.js
index 4b99532539a1661bdcf4b3e52620371601256397..3fd928a1800f49cdf066de9bd7c3ad02b4b57077 100644 (file)
@@ -17,7 +17,7 @@
         autoOpen: false,
         title: title // component[0].name
       });
-      dialogService.open('previewComponentDialog', '~/crmMailing/dialog/previewComponent.html', component[0], options);
+      dialogService.open('previewComponentDialog', '~/crmMailing/PreviewComponentDialogCtrl.html', component[0], options);
     };
   });