identity-admin 1.28.27 → 1.28.28
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.
|
@@ -231,7 +231,6 @@ let DashboardController = DashboardController_1 = class DashboardController {
|
|
|
231
231
|
sort: sortQuery,
|
|
232
232
|
filter,
|
|
233
233
|
populate: modifiedPopulatedObject,
|
|
234
|
-
select: modifiedResource.listProperties
|
|
235
234
|
});
|
|
236
235
|
}
|
|
237
236
|
else {
|
|
@@ -240,7 +239,6 @@ let DashboardController = DashboardController_1 = class DashboardController {
|
|
|
240
239
|
filter,
|
|
241
240
|
paginateParams: paginateParams,
|
|
242
241
|
populate: modifiedPopulatedObject,
|
|
243
|
-
select: modifiedResource.listProperties
|
|
244
242
|
});
|
|
245
243
|
records = page.records;
|
|
246
244
|
pageInfo = page.pageInfo;
|