mirror of
https://github.com/linux-do/new-api.git
synced 2025-11-05 22:03:42 +08:00
chore: 令牌分组描述歧义
This commit is contained in:
@@ -441,11 +441,11 @@ const EditToken = (props) => {
|
|||||||
/>
|
/>
|
||||||
|
|
||||||
<div style={{marginTop: 10}}>
|
<div style={{marginTop: 10}}>
|
||||||
<Typography.Text>令牌分组,不选为默认分组</Typography.Text>
|
<Typography.Text>令牌分组,默认为用户的分组</Typography.Text>
|
||||||
</div>
|
</div>
|
||||||
<Select
|
<Select
|
||||||
style={{marginTop: 8}}
|
style={{marginTop: 8}}
|
||||||
placeholder={'令牌分组,不选为默认分组'}
|
placeholder={'令牌分组,默认为用户的分组'}
|
||||||
name='gruop'
|
name='gruop'
|
||||||
required
|
required
|
||||||
selection
|
selection
|
||||||
|
|||||||
Reference in New Issue
Block a user