Explorar o código

fix: optionList bug

FENG hai 1 ano
pai
achega
e614ca370a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      web/src/components/ChannelsTable.js

+ 1 - 1
web/src/components/ChannelsTable.js

@@ -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);