Skip to content

Commit

Permalink
[DataGrid] Add missing localeText types (#2118)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored Jul 13, 2021
1 parent b88f9ef commit 780daf7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/grid/_modules_/grid/models/api/gridLocaleTextApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ export interface GridLocaleText extends Partial<MuiComponentsLocalization> {
filterOperatorOnOrAfter: string;
filterOperatorBefore: string;
filterOperatorOnOrBefore: string;
filterOperatorIsEmpty: string;
filterOperatorIsNotEmpty: string;

// Filter values text
filterValueAny: string;
Expand Down

0 comments on commit 780daf7

Please sign in to comment.