### What problem does this PR solve? Grey out the team function #1221 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
parent
15bf9f8c25
commit
a4ea5a120b
1 changed files with 3 additions and 1 deletions
|
|
@ -15,7 +15,9 @@ const UserSettingTeam = () => {
|
||||||
<span>
|
<span>
|
||||||
{userInfo.nickname} {t('workspace')}
|
{userInfo.nickname} {t('workspace')}
|
||||||
</span>
|
</span>
|
||||||
<Button type="primary">{t('upgrade')}</Button>
|
<Button type="primary" disabled>
|
||||||
|
{t('upgrade')}
|
||||||
|
</Button>
|
||||||
</Flex>
|
</Flex>
|
||||||
</Card>
|
</Card>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue