mirror of
https://github.com/linux-do/new-api.git
synced 2025-09-17 16:06:38 +08:00
chore: indent recovery
This commit is contained in:
parent
190316f66e
commit
c152b4de08
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user