Skip to content

Commit fa2114b

Browse files
committed
Fixes from ATM CR
1 parent 051ffdb commit fa2114b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

client-app/src/desktop/tabs/home/widgets/activity/ActivityWidgetModel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export class ActivityWidgetModel extends HoistModel {
3737
p(['Have you properly configured the ', code('gitHubAccessToken'), ' config?'])
3838
]),
3939
colChooserModel: true,
40-
expandToLevel: 1,
40+
expandLevel: 1,
4141
sortBy: 'committedDate|desc',
4242
groupBy: 'committedDay',
4343
contextMenu: [openUrlAction, '-', ...GridModel.defaultContextMenu],

client-app/src/examples/portfolio/grid/PositionsGridModel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export class PositionsGridModel extends HoistModel {
2727

2828
this.gridModel = new GridModel({
2929
persistWith: {...this.persistWith, path: 'portfolioGrid'},
30-
expandToLevel: 1,
30+
expandLevel: 1,
3131
levelLabels: () => this.parentModel.groupingChooserModel.valueDisplayNames,
3232
store: this.parentModel.store,
3333
treeMode: true,

0 commit comments

Comments
 (0)