| 
					
				 | 
			
			
				@@ -1210,7 +1210,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           this.multipleSelections = new Array(index).fill([]) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } else { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           for (let i = 0; i < this.multipleSelections.length; i++) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            if (!this.multipleSelections[i] && !this.multipleSelections[i].length) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            if (!this.multipleSelections[i] || !this.multipleSelections[i].length) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               this.multipleSelections[i] = [] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           } 
			 |