Skip to content

Commit 3190bcf

Browse files
return href even add custom URL type for link
1 parent 527fac9 commit 3190bcf

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/property

1 file changed

+1
-1
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/property/link.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default class Link implements PropertyReaderInterface {
5050
const attributeIdMatches = href.match(regexp);
5151

5252
if (!attributeIdMatches) {
53-
return "";
53+
return href;
5454
}
5555

5656
return attributeIdMatches[1];

0 commit comments

Comments
 (0)