mirror of
				https://github.com/linux-do/new-api.git
				synced 2025-11-04 21:33:41 +08:00 
			
		
		
		
	fix: optionList bug
This commit is contained in:
		@@ -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);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user