Merge pull request #56 from Telecominfraproject/hotfix/WIFI-612

hotfix/WIFI-612: Fixed Firmware Query on AP Details
This commit is contained in:
Sean Macfarlane
2020-08-24 23:41:55 -04:00
committed by GitHub

View File

@@ -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 },
}
);