File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ DateFilter.propTypes = {
137
137
}
138
138
}
139
139
} ,
140
- columnName : PropTypes . string
140
+ columnName : PropTypes . any
141
141
} ;
142
142
143
143
DateFilter . defaultProps = {
Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ NumberFilter.propTypes = {
188
188
}
189
189
} ,
190
190
placeholder : PropTypes . string ,
191
- columnName : PropTypes . string ,
191
+ columnName : PropTypes . any ,
192
192
withoutEmptyComparatorOption : PropTypes . bool ,
193
193
withoutEmptyNumberOption : PropTypes . bool
194
194
} ;
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ RegexFilter.propTypes = {
60
60
defaultValue : PropTypes . string ,
61
61
delay : PropTypes . number ,
62
62
placeholder : PropTypes . string ,
63
- columnName : PropTypes . string ,
63
+ columnName : PropTypes . any ,
64
64
style : PropTypes . oneOfType ( [ PropTypes . object ] )
65
65
} ;
66
66
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ SelectFilter.propTypes = {
110
110
filterHandler : PropTypes . func . isRequired ,
111
111
options : PropTypes . object . isRequired ,
112
112
placeholder : PropTypes . string ,
113
- columnName : PropTypes . string ,
113
+ columnName : PropTypes . any ,
114
114
style : PropTypes . oneOfType ( [ PropTypes . object ] )
115
115
} ;
116
116
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ TextFilter.propTypes = {
70
70
defaultValue : PropTypes . string ,
71
71
delay : PropTypes . number ,
72
72
placeholder : PropTypes . string ,
73
- columnName : PropTypes . string ,
73
+ columnName : PropTypes . any ,
74
74
style : PropTypes . oneOfType ( [ PropTypes . object ] )
75
75
} ;
76
76
You can’t perform that action at this time.
0 commit comments