We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0f3086 commit f9b8e1bCopy full SHA for f9b8e1b
app/code/Magento/Email/Block/Adminhtml/Template/Grid/Renderer/Action.php
@@ -25,7 +25,7 @@ public function render(\Magento\Framework\DataObject $row)
25
$actions[] = [
26
'url' => $this->getUrl('adminhtml/*/preview', ['id' => $row->getId()]),
27
'caption' => __('Preview'),
28
- 'target' => 'blank'
+ 'target' => '_blank'
29
];
30
31
$this->getColumn()->setActions($actions);
0 commit comments