fix(Setup): fix seed setup settings to the storage.

This commit is contained in:
a.bouhuolia
2021-03-21 16:26:26 +02:00
parent 54958eb18b
commit ad50da4214
7 changed files with 47 additions and 23 deletions

View File

@@ -566,6 +566,7 @@ export default class ItemsService implements IItemsService {
dynamicFilter.buildQuery()(builder);
})
.pagination(itemsFilter.page - 1, itemsFilter.pageSize);
return {
items: results,
pagination,