ecomlab-components-next 0.1.42 → 0.1.43
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/components/Article/ModalMiltilevelSidebarSettings/ModalMiltilevelSidebarSettings.js
CHANGED
|
@@ -445,7 +445,7 @@ var ModalMiltilevelSidebarSettings = function ModalMiltilevelSidebarSettings(_re
|
|
|
445
445
|
var parent = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : null;
|
|
446
446
|
setIsLoadingChildren(true);
|
|
447
447
|
// const url = `${RavshanHttps}/api/v2/article/levels/${wiki_id}`;
|
|
448
|
-
var url = "".concat(_fetchUrls.RavshanHttps, "/api/v2/article/levels/
|
|
448
|
+
var url = "".concat(_fetchUrls.RavshanHttps, "/api/v2/article/levels/9");
|
|
449
449
|
var parentsHeader = parent ? {
|
|
450
450
|
'parent-id': parent
|
|
451
451
|
} : '';
|