浏览代码

feat: grey out the team function #1221 (#1244)

### What problem does this PR solve?

Grey out the team function #1221

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
tags/v0.8.0
balibabu 1年前
父节点
当前提交
a4ea5a120b
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3
    1
      web/src/pages/user-setting/setting-team/index.tsx

+ 3
- 1
web/src/pages/user-setting/setting-team/index.tsx 查看文件

@@ -15,7 +15,9 @@ const UserSettingTeam = () => {
<span>
{userInfo.nickname} {t('workspace')}
</span>
<Button type="primary">{t('upgrade')}</Button>
<Button type="primary" disabled>
{t('upgrade')}
</Button>
</Flex>
</Card>
</div>

正在加载...
取消
保存