Skip to content

Commit 70c64e8

Browse files
committed
bug fixes
1 parent e84784f commit 70c64e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/models/data-cube/data-cube.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,7 @@ export class DataCube implements Instance<DataCubeValue, DataCubeJS> {
947947

948948
public getDefaultSortAction(): SortAction {
949949
return new SortAction({
950-
expression: $(this.defaultSortMeasure),
950+
expression: $(this.getDefaultSortMeasure()),
951951
direction: SortAction.DESCENDING
952952
});
953953
}

0 commit comments

Comments
 (0)