Skip to content

Commit f42f23c

Browse files
authored
Update src/app/grid-state/grid-state.component.ts
1 parent 6c85309 commit f42f23c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/grid-state/grid-state.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export class GridSaveStateComponent implements OnInit, AfterViewInit {
9191
groupBy: true,
9292
columns: true,
9393
expansion: true,
94-
rowPinning: true,
94+
rowPinning: true
9595
};
9696

9797
public initialColumns: GridState [] = [

0 commit comments

Comments
 (0)