mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 04:16:17 +01:00 
			
		
		
		
	display mirror relations correctly on relation map
This commit is contained in:
		@@ -24,7 +24,7 @@ function initAttributeNameAutocomplete({ $el, attributeType, open }) {
 | 
			
		||||
                });
 | 
			
		||||
 | 
			
		||||
                if (result.length === 0) {
 | 
			
		||||
                    result.push({name: "No results"})
 | 
			
		||||
                    result.push({name: "No results"});
 | 
			
		||||
                }
 | 
			
		||||
 | 
			
		||||
                cb(result);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user