mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-08-13 00:58:58 +08:00
### 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
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user