reset value
This commit is contained in:
@@ -72,7 +72,7 @@ export abstract class UmbTreeItemContextBase<TreeItemType extends UmbTreeItemMod
|
||||
// TODO: get this from the tree context
|
||||
#paging = {
|
||||
skip: 0,
|
||||
take: 3,
|
||||
take: 50,
|
||||
};
|
||||
|
||||
constructor(host: UmbControllerHost, getUniqueFunction: UmbTreeItemUniqueFunction<TreeItemType>) {
|
||||
|
||||
Reference in New Issue
Block a user