mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	add missing key
This commit is contained in:
		
							parent
							
								
									f9375920a3
								
							
						
					
					
						commit
						609e07d33b
					
				| @ -73,7 +73,7 @@ class StrategyConfigure extends React.Component { | |||||||
|                             .split(',') |                             .split(',') | ||||||
|                             .filter(Boolean); |                             .filter(Boolean); | ||||||
|                     } |                     } | ||||||
|                     return (<StrategyInputList field={field} list={list} setConfig={this.setConfig} />); |                     return (<StrategyInputList key={field} field={field} list={list} setConfig={this.setConfig} />); | ||||||
|                 } else { |                 } else { | ||||||
|                     return ( |                     return ( | ||||||
|                         <Textfield |                         <Textfield | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user