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