Skip to content

Commit

Permalink
fix: cr problem
Browse files Browse the repository at this point in the history
  • Loading branch information
brucetoo committed Jun 17, 2021
1 parent 0ca30ef commit 72a66fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/s2-core/src/data-set/pivot-data-set.ts
Expand Up @@ -55,7 +55,6 @@ export class PivotDataSet extends BaseDataSet {
drillDownData: DataType[],
rowNode: Node,
) {
// don't need care about columns now
const { columns } = this.fields;
const rows = Node.getFieldPath(rowNode);
const store = this.spreadsheet.store;
Expand Down

0 comments on commit 72a66fd

Please sign in to comment.