Commit bfef97f0 by FENG

fix: optionList bug

parent 45ea7025
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment