mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 06:03:38 +08:00
fix: add missing domain..
This commit is contained in:
parent
2d383067ce
commit
0c90e73fa8
@ -143,7 +143,7 @@ export default class Table extends React.Component<TableProps, any> {
|
|||||||
warning(
|
warning(
|
||||||
!('columnsPageRange' in props || 'columnsPageSize' in props),
|
!('columnsPageRange' in props || 'columnsPageSize' in props),
|
||||||
'`columnsPageRange` and `columnsPageSize` are removed, please use ' +
|
'`columnsPageRange` and `columnsPageSize` are removed, please use ' +
|
||||||
'[fixed columns](/components/table/#components-table-demo-fixed-columns) ' +
|
'[fixed columns](http://ant.design/components/table/#components-table-demo-fixed-columns) ' +
|
||||||
'instead.'
|
'instead.'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user