mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-03 19:17:11 -05:00 
			
		
		
		
	fix(web): correctly populate the camera model search dropdown (#11883)
This commit is contained in:
		
							parent
							
								
									c9f1304bce
								
							
						
					
					
						commit
						bd42e05152
					
				@ -42,7 +42,7 @@
 | 
			
		||||
      includeNull: true,
 | 
			
		||||
    });
 | 
			
		||||
 | 
			
		||||
    const models = results.map((result) => result ?? '');
 | 
			
		||||
    models = results.map((result) => result ?? '');
 | 
			
		||||
 | 
			
		||||
    if (filters.model && !models.includes(filters.model)) {
 | 
			
		||||
      filters.model = undefined;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user