Skip to content

Commit

Permalink
Fixed #2196 - DataTableFilterMeta TypeScript error
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Mar 1, 2022
1 parent f639b8f commit 38d8b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/datatable/DataTable.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export interface DataTableFilterMetaData {
* Filter match mode
* @see DataTableFilterMatchModeType
*/
matchMode: DataTableFilterMatchModeType;
matchMode: string;
}

export interface DataTableOperatorFilterMetaData {
Expand Down

0 comments on commit 38d8b24

Please sign in to comment.