Skip to content

Commit 4638d08

Browse files
committed
chore(filtering): Reverted null in returnFields array
1 parent 58c382e commit 4638d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/data-operations/filtering-expressions-tree.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export declare interface IExpressionTree {
1313
operator: FilteringLogic;
1414
fieldName?: string | null;
1515
entity?: string | null;
16-
returnFields?: (string | null)[] | null;
16+
returnFields?: string[] | null;
1717
}
1818

1919
/* marshalByValue */

0 commit comments

Comments
 (0)