mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	fix: project access checkboxes (#1201)
This commit is contained in:
		
							parent
							
								
									a71f564f8a
								
							
						
					
					
						commit
						7f3a322809
					
				@ -321,6 +321,10 @@ export const ProjectAccessAssign = ({
 | 
			
		||||
                                        return option.entity.name;
 | 
			
		||||
                                    }
 | 
			
		||||
                                }}
 | 
			
		||||
                                isOptionEqualToValue={(option, value) =>
 | 
			
		||||
                                    option.type === value.type &&
 | 
			
		||||
                                    option.entity.id === value.entity.id
 | 
			
		||||
                                }
 | 
			
		||||
                                renderInput={params => (
 | 
			
		||||
                                    <TextField
 | 
			
		||||
                                        {...params}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user