mirror of
https://github.com/linux-do/new-api.git
synced 2025-09-22 02:06:38 +08:00
lint fix
Signed-off-by: wozulong <>
This commit is contained in:
parent
77ea6bec46
commit
80af3718d0
@ -541,10 +541,10 @@ const SystemSetting = () => {
|
||||
onChange={handleInputChange}
|
||||
/>
|
||||
<Form.Checkbox
|
||||
checked={inputs.UserSelfDeletionEnabled === 'true'}
|
||||
label='允许用户自行删除账户'
|
||||
name='UserSelfDeletionEnabled'
|
||||
onChange={handleInputChange}
|
||||
checked={inputs.UserSelfDeletionEnabled === 'true'}
|
||||
label='允许用户自行删除账户'
|
||||
name='UserSelfDeletionEnabled'
|
||||
onChange={handleInputChange}
|
||||
/>
|
||||
</Form.Group>
|
||||
<Divider />
|
||||
|
Loading…
Reference in New Issue
Block a user