Skip to content

Commit fa96ebd

Browse files
Apply suggestions from code review
Co-authored-by: Galina Edinakova <[email protected]>
1 parent 5974cb3 commit fa96ebd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes for each version of this project will be documented in this file.
44

5-
## 21.0.0
5+
## 20.2.0
66

77
### General
88
- `IgxHierarchicalGrid`

projects/igniteui-angular/src/lib/grids/hierarchical-grid/hierarchical-grid.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ export class IgxHierarchicalGridComponent extends IgxHierarchicalGridBaseDirecti
590590
* const schema = this.grid.schema;
591591
* this.grid.schema = [{ name: 'Products', fields: [...], childEntities: [...] }];
592592
* ```
593-
* @deprecated in version 21.0.0.
593+
* @deprecated in version 20.2.0.
594594
*/
595595
@Input()
596596
public set schema(entities: EntityType[]) {}

0 commit comments

Comments
 (0)