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 2159318 commit a56b63bCopy full SHA for a56b63b
Block/Adminhtml/Block/Edit/ExportButton.php
@@ -32,7 +32,7 @@ public function getButtonData(): array
32
33
return [
34
"label" => __("Export"),
35
- "on_click" => "location.href = '{$this->getExportUrl($blockId)}';",
+ 'on_click' => "location.href = '{$this->getExportUrl($blockId)}';",
36
"class" => "secondary",
37
"sort_order" => 90,
38
];
Block/Adminhtml/Page/Edit/ExportButton.php
- "on_click" => "location.href = '{$this->getExportUrl($pageId)};",
+ 'on_click' => "location.href = '{$this->getExportUrl($pageId)}';",
0 commit comments