mirror of
https://github.com/linux-do/new-api.git
synced 2025-09-19 00:46:37 +08:00
fix: optionList bug
This commit is contained in:
parent
c152b4de08
commit
e614ca370a
@ -745,7 +745,7 @@ const ChannelsTable = () => {
|
||||
<Form.Select
|
||||
field='group'
|
||||
label='分组'
|
||||
optionList=optionList={[{ label: '选择分组', value: null}, ...groupOptions]}
|
||||
optionList={[{ label: '选择分组', value: null}, ...groupOptions]}
|
||||
initValue={null}
|
||||
onChange={(v) => {
|
||||
setSearchGroup(v);
|
||||
|
Loading…
Reference in New Issue
Block a user