king
2024-02-23 ac6d0fb42f2e728eefefa673749f1f5dedc4942b
src/tabviews/zshare/actionList/asyncButtonComponent.jsx
@@ -41,7 +41,7 @@
      return C ?
        <C {...this.props} /> :
        <Button className={'mk-btn mk-' + btn.class} style={style} icon={btn.icon} disabled={true} >{btn.label}</Button>
        <Button className={'mk-btn mk-' + btn.class} style={style} disabled={true} >{btn.label}</Button>
    }
  }
}