mirror of
				https://github.com/Telecominfraproject/wlan-cloud-ui.git
				synced 2025-10-31 02:37:54 +00:00 
			
		
		
		
	Merge pull request #56 from Telecominfraproject/hotfix/WIFI-612
hotfix/WIFI-612: Fixed Firmware Query on AP Details
This commit is contained in:
		| @@ -136,7 +136,7 @@ const AccessPointDetails = ({ locations }) => { | ||||
|     GET_ALL_FIRMWARE, | ||||
|     { | ||||
|       skip: !data?.getEquipment?.model, | ||||
|       variables: { modelId: data?.getEquipment?.model?.toLowerCase() }, | ||||
|       variables: { modelId: data?.getEquipment?.model }, | ||||
|     } | ||||
|   ); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sean Macfarlane
					Sean Macfarlane