Skip to content

Commit a418259

Browse files
committed
chore(*): update deprecation comment
1 parent e89ab5e commit a418259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 20.1.0.
593+
* @deprecated in version 21.0.0.
594594
*/
595595
@Input()
596596
public set schema(entities: EntityType[]) {}

0 commit comments

Comments
 (0)