Skip to content

Commit 4926e67

Browse files
committed
modified by somebody fix
1 parent 5a5da04 commit 4926e67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sn-hooks-react/src/context/load-settings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ LoadSettingsContext.displayName = 'LoadSettingsContext'
4848
const initialLoadChildrenSettings: ODataParams<GenericContent> = {
4949
orderby: [['DisplayName', 'asc']],
5050
select: 'all',
51-
expand: ['CreatedBy'],
51+
expand: ['CreatedBy', 'ModifiedBy'],
5252
}
5353
/**
5454
* Provider for the LoadSettingsContext. Sets up default loading settings.

0 commit comments

Comments
 (0)