Merge remote-tracking branch 'upstream/main'

This commit is contained in:
ckt
2023-10-22 10:12:39 +00:00
committed by GitHub
parent 5842f59191
commit 14b7b924a0
10 changed files with 34 additions and 27 deletions

View File

@@ -15,7 +15,7 @@ const OperationSetting = () => {
TopUpLink: '',
ChatLink: '',
QuotaPerUnit: 0,
AutoReEnableFailedChannel: '',
AutoReEnableFailedChannelEnabled: '',
AutomaticDisableChannelEnabled: '',
ChannelDisableThreshold: 0,
LogConsumeEnabled: '',
@@ -271,9 +271,9 @@ const OperationSetting = () => {
onChange={handleInputChange}
/>
<Form.Checkbox
checked={inputs.AutoReEnableFailedChannel === 'true'}
label='重新启用之前被自动禁用的故障通道 '
name='AutoReEnableFailedChannel'
checked={inputs.AutoReEnableFailedChannelEnabled === 'true'}
label='重新启用之前被自动禁用的故障通道'
name='AutoReEnableFailedChannelEnabled'
onChange={handleInputChange}
/>
</Form.Group>