Skip to content

Commit 88685e2

Browse files
author
Marosvölgyi Zoltán
committed
admin ui extra imp. #2
1 parent fe6301f commit 88685e2

File tree

2 files changed

+1235
-0
lines changed

2 files changed

+1235
-0
lines changed

apps/sensenet/src/components/tree/StyledTreeItem.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ export const StyledTreeItem = withStyles((theme: Theme) =>
4242
return repo.loadCollection<GenericContent>({
4343
path: props.contentValue.Path,
4444
oDataOptions: { select: ['Path', 'Name', 'DisplayName', 'Type', 'Actions'] },
45+
useCache: true,
4546
})
4647
}
4748
const respRequest = loadCollection()

0 commit comments

Comments
 (0)