src/tabviews/zshare/actionList/changeuserbutton/index.jsx
@@ -166,7 +166,7 @@ type="link" title={show === 'icon' ? btn.label : ''} loading={loading} style={btn.btnstyle} style={btn.style} icon={show === 'text' ? '' : (btn.icon || '')} onClick={(e) => {e.stopPropagation(); this.actionTrigger()}} >{show === 'icon' && btn.icon ? '' : btn.label}</Button>