mirror of
				https://github.com/Telecominfraproject/wlan-cloud-ui.git
				synced 2025-11-03 20:28:12 +00:00 
			
		
		
		
	Merge pull request #100 from Telecominfraproject/bugfix/WIFI-1846
bugfix/WIFI-1846: Fixed fetchPolicy for AP details profile dropdown
This commit is contained in:
		@@ -63,6 +63,7 @@ const AccessPointDetails = ({ locations }) => {
 | 
				
			|||||||
    }`),
 | 
					    }`),
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
      variables: { customerId, type: 'equipment_ap' },
 | 
					      variables: { customerId, type: 'equipment_ap' },
 | 
				
			||||||
 | 
					      fetchPolicy: 'network-only',
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  );
 | 
					  );
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user