mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
fix table loading when removing type attrite of spin
This commit is contained in:
parent
322d250aa0
commit
0f4b4ae39f
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user