From cc0e479b983e088d9d28691fe4ec317e675413e7 Mon Sep 17 00:00:00 2001 From: Robert Bogos Date: Thu, 19 Sep 2024 16:04:56 +0300 Subject: [PATCH] hotfix --- libs/utils/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/utils/utils.js b/libs/utils/utils.js index 2bd44effbe..7f1a434d83 100644 --- a/libs/utils/utils.js +++ b/libs/utils/utils.js @@ -695,7 +695,7 @@ export function decorateLinks(el) { return rdx; }, []); convertStageLinks({ anchors, config, hostname }); - return result; + return links; } function decorateContent(el) {