mirror of
https://github.com/Telecominfraproject/wlan-cloud-ui.git
synced 2025-10-30 18:27:58 +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