fix: add missing domain..

This commit is contained in:
Benjy Cui 2016-09-29 15:11:59 +08:00
parent 2d383067ce
commit 0c90e73fa8

View File

@ -143,7 +143,7 @@ export default class Table extends React.Component<TableProps, any> {
warning(
!('columnsPageRange' in props || 'columnsPageSize' in props),
'`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.'
);