fix table loading when removing type attrite of spin

This commit is contained in:
KgTong 2015-10-27 15:15:24 +08:00
parent 322d250aa0
commit 0f4b4ae39f

View File

@ -600,7 +600,7 @@ let AntTable = React.createClass({
let spinClass = `${paginationPatchClass} ant-table-spin-holder`;
spinEl = <div className={spinClass}>
<Spin type="primary"/>
<Spin />
</div>;
spinWrapperClass = ' ant-table-loading';