adminizer 4.5.0-build.182 → 4.5.0-build.183
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.
|
@@ -159,13 +159,6 @@ export class WidgetHandler {
|
|
|
159
159
|
y += h;
|
|
160
160
|
}
|
|
161
161
|
});
|
|
162
|
-
// Save to database
|
|
163
|
-
if (addedWidgets.length > 0) {
|
|
164
|
-
await this.setWidgetsDB(user.id, {
|
|
165
|
-
widgets: addedWidgets,
|
|
166
|
-
layout: result.layout
|
|
167
|
-
}, false);
|
|
168
|
-
}
|
|
169
162
|
}
|
|
170
163
|
}
|
|
171
164
|
else {
|