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 1461653 commit f396b46Copy full SHA for f396b46
app/code/Magento/PageBuilder/Model/Config/ContentType/AdditionalData/Provider/Uploader/OpenDialogUrl.php
@@ -45,7 +45,7 @@ public function __construct(
45
public function getData(string $itemName) : array
46
{
47
return [
48
- $itemName => $this->urlBuilder->getUrl($this->openDialogConfig->getOpenDialogUrl(), ['_secure' => true])
+ $itemName => $this->urlBuilder->getUrl($this->openDialogConfig->get(), ['_secure' => true])
49
];
50
}
51
0 commit comments