@kontur.candy/generator 6.2.0-no-refresh.0 → 6.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -86598,7 +86598,7 @@ class NormativeHelpConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODUL
|
|
|
86598
86598
|
if (node.commonId != undefined && node.commonId !== "") {
|
|
86599
86599
|
markupBuilder.prop(x => x.commonHelpId).set(node.commonId);
|
|
86600
86600
|
} else {
|
|
86601
|
-
markupBuilder.prop(x => x.helpCommonUrl).set(
|
|
86601
|
+
markupBuilder.prop(x => x.helpCommonUrl).set(node.commonUrl);
|
|
86602
86602
|
}
|
|
86603
86603
|
markupBuilder.prop(x => x.knd).set(node.knd);
|
|
86604
86604
|
return markupBuilder.buildConverterResult();
|