Skip to content

Commit

Permalink
[DataGrid] Add missing localeText types
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jul 10, 2021
1 parent 11ebfa5 commit 6df6c85
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 6df6c85

Please sign in to comment.