mirror of
https://github.com/Telecominfraproject/wlan-cloud-ui.git
synced 2025-11-01 03:07:53 +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,
|
GET_ALL_FIRMWARE,
|
||||||
{
|
{
|
||||||
skip: !data?.getEquipment?.model,
|
skip: !data?.getEquipment?.model,
|
||||||
variables: { modelId: data?.getEquipment?.model?.toLowerCase() },
|
variables: { modelId: data?.getEquipment?.model },
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user