fix (core.gbapp): Download folder on server azure.
This commit is contained in:
		
							parent
							
								
									ae20d0fa2e
								
							
						
					
					
						commit
						eaf36ee7ca
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -458,7 +458,7 @@ export class KBService implements IGBKBService {
 | 
				
			||||||
    // when loading worksheets collection.
 | 
					    // when loading worksheets collection.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    let worksheet = data;
 | 
					    let worksheet = data;
 | 
				
			||||||
    if (!worksheet) {
 | 
					    if (!worksheet._rows) {
 | 
				
			||||||
      for (let t = 0; t < data.worksheets.length; t++) {
 | 
					      for (let t = 0; t < data.worksheets.length; t++) {
 | 
				
			||||||
        worksheet = data.worksheets[t];
 | 
					        worksheet = data.worksheets[t];
 | 
				
			||||||
        if (worksheet) {
 | 
					        if (worksheet) {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue