Correct the class name of GridSizer component
parent
a5ef6a720b
commit
69b12f8103
|
@ -15,7 +15,7 @@ interface State {
|
||||||
columns: number
|
columns: number
|
||||||
}
|
}
|
||||||
@ErrorHandling
|
@ErrorHandling
|
||||||
class CardSelectList extends PureComponent<Props, State> {
|
class GridSizer extends PureComponent<Props, State> {
|
||||||
public static defaultProps: Partial<Props> = {
|
public static defaultProps: Partial<Props> = {
|
||||||
cellWidth: 160,
|
cellWidth: 160,
|
||||||
width: null,
|
width: null,
|
||||||
|
@ -108,4 +108,4 @@ class CardSelectList extends PureComponent<Props, State> {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export default CardSelectList
|
export default GridSizer
|
||||||
|
|
Loading…
Reference in New Issue