瀏覽代碼

fix: optionList bug

FENG 1 年之前
父節點
當前提交
bfef97f04c
共有 1 個文件被更改,包括 1 次插入1 次删除
  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);