فهرست منبع

fix: optionList bug

FENG 1 سال پیش
والد
کامیت
e614ca370a
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
             <Form.Select
               field='group'
               field='group'
               label='分组'
               label='分组'
-              optionList=optionList={[{ label: '选择分组', value: null}, ...groupOptions]}
+              optionList={[{ label: '选择分组', value: null}, ...groupOptions]}
               initValue={null}
               initValue={null}
               onChange={(v) => {
               onChange={(v) => {
                 setSearchGroup(v);
                 setSearchGroup(v);