chore: indent recovery

This commit is contained in:
FENG 2024-08-06 15:40:44 +08:00 committed by GitHub
parent 190316f66e
commit c152b4de08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -745,7 +745,7 @@ const ChannelsTable = () => {
<Form.Select <Form.Select
field='group' field='group'
label='分组' label='分组'
optionList={[{ label: '选择分组', value: null}, ...groupOptions]} optionList=optionList={[{ label: '选择分组', value: null}, ...groupOptions]}
initValue={null} initValue={null}
onChange={(v) => { onChange={(v) => {
setSearchGroup(v); setSearchGroup(v);