Browse Source

use loading

pull/11322/head
HeskeyBaozi 6 years ago
parent
commit
984c4f7cb0
  1. 2
      components/tree-select/index.tsx

2
components/tree-select/index.tsx

@ -53,7 +53,7 @@ export default class TreeSelect extends React.Component<TreeSelectProps, any> {
if (loading) {
return (
<Icon
type="loading-3-quarters"
type="loading"
spin
className={`${prefixCls}-switcher-loading-icon`}
svgClassName={`${prefixCls}-switcher-loading-icon-svg`}

Loading…
Cancel
Save