You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From internal conversation @oudeismetis and for the sake of making the createCollectionManager as consistent as possible with the current list method implementation of tn-models. We should consider removing the default pagination value for the collection manager.
From internal conversation @oudeismetis and for the sake of making the
createCollectionManager
as consistent as possible with the currentlist
method implementation of tn-models. We should consider removing the default pagination value for the collection manager.See here:
tn-models-fp/src/collection-manager/index.ts
Lines 19 to 23 in 6280b8d
We can just remove this pagination default and expect it to be undefined and avoid passing default pagination filters
Checklist
createCollectionManager
The text was updated successfully, but these errors were encountered: