Skip to content

Commit f9b8e1b

Browse files
committed
ACP2E-1323: Unable to Preview the email template
1 parent f0f3086 commit f9b8e1b

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Email/Block/Adminhtml/Template/Grid/Renderer

1 file changed

+1
-1
lines changed

app/code/Magento/Email/Block/Adminhtml/Template/Grid/Renderer/Action.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public function render(\Magento\Framework\DataObject $row)
2525
$actions[] = [
2626
'url' => $this->getUrl('adminhtml/*/preview', ['id' => $row->getId()]),
2727
'caption' => __('Preview'),
28-
'target' => 'blank'
28+
'target' => '_blank'
2929
];
3030

3131
$this->getColumn()->setActions($actions);

0 commit comments

Comments
 (0)