File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ export const SelectionCheckboxAllProps = {
169
169
export const SelectionBoxProps = {
170
170
store : Store ,
171
171
type : RowSelectionType ,
172
- defaultSelection : PropTypes . arrayOf ( PropTypes . string ) ,
172
+ defaultSelection : PropTypes . arrayOf ( [ PropTypes . string , PropTypes . number ] ) ,
173
173
rowIndex : PropTypes . oneOfType ( [ PropTypes . string , PropTypes . number ] ) ,
174
174
name : PropTypes . string ,
175
175
disabled : PropTypes . bool ,
@@ -183,7 +183,7 @@ export const SelectionBoxProps = {
183
183
184
184
export const FilterMenuProps = {
185
185
locale : TableLocale ,
186
- selectedKeys : PropTypes . arrayOf ( PropTypes . string ) ,
186
+ selectedKeys : PropTypes . arrayOf ( [ PropTypes . string , PropTypes . number ] ) ,
187
187
column : PropTypes . object ,
188
188
confirmFilter : PropTypes . func ,
189
189
prefixCls : PropTypes . string ,
You can’t perform that action at this time.
0 commit comments