We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a5da04 commit 4926e67Copy full SHA for 4926e67
packages/sn-hooks-react/src/context/load-settings.tsx
@@ -48,7 +48,7 @@ LoadSettingsContext.displayName = 'LoadSettingsContext'
48
const initialLoadChildrenSettings: ODataParams<GenericContent> = {
49
orderby: [['DisplayName', 'asc']],
50
select: 'all',
51
- expand: ['CreatedBy'],
+ expand: ['CreatedBy', 'ModifiedBy'],
52
}
53
/**
54
* Provider for the LoadSettingsContext. Sets up default loading settings.
0 commit comments