Skip to content

Commit a4b4c74

Browse files
committed
chore(*): revert filed name change
1 parent 7612948 commit a4b4c74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/hierarchical-grid-remote/hierarchical-grid-remote.sample.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export class HierarchicalGridRemoteSampleComponent implements OnInit {
7878

7979
const customersTree = new FilteringExpressionsTree(0, undefined, 'Customers', ['customerId', 'companyName', 'contactName', 'contactTitle']);
8080
customersTree.filteringOperands.push({
81-
fieldName: 'Orders',
81+
fieldName: 'customerId',
8282
condition: IgxStringFilteringOperand.instance().condition('notInQuery'),
8383
conditionName: IgxStringFilteringOperand.instance().condition('notInQuery').name,
8484
ignoreCase: false,

0 commit comments

Comments
 (0)