adminizer 4.3.0-build.113 → 4.3.0-build.114
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.
|
@@ -312,7 +312,6 @@ class NavigationGroup extends AbstractGroup {
|
|
|
312
312
|
async create(data, catalogId) {
|
|
313
313
|
let storage = StorageServices.get(catalogId);
|
|
314
314
|
let storageData = await this.dataPreparation(data, catalogId);
|
|
315
|
-
console.log(storageData);
|
|
316
315
|
delete data.name;
|
|
317
316
|
delete data.parentId;
|
|
318
317
|
storageData = { ...storageData, ...data };
|