Skip to content

Commit 1b9f6f8

Browse files
PB-41: Multiple AJAX requests while searching in ui-select in PageBuilder
- fix static test
1 parent 99f6aea commit 1b9f6f8

File tree

1 file changed

+4
-1
lines changed
  • app/code/Magento/Catalog/Ui/Component/UrlInput

1 file changed

+4
-1
lines changed

app/code/Magento/Catalog/Ui/Component/UrlInput/Product.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010

1111
use Magento\Framework\UrlInterface;
1212

13+
/**
14+
* Returns configuration for product Url Input type
15+
*/
1316
class Product implements \Magento\Ui\Model\UrlInput\ConfigInterface
1417
{
1518
/**
@@ -27,7 +30,7 @@ public function __construct(UrlInterface $urlBuilder)
2730
}
2831

2932
/**
30-
* {@inheritdoc}
33+
* @inheritdoc
3134
*/
3235
public function getConfig(): array
3336
{

0 commit comments

Comments
 (0)