Merge pull request #100 from Telecominfraproject/bugfix/WIFI-1846

bugfix/WIFI-1846: Fixed fetchPolicy for AP details profile dropdown
This commit is contained in:
Sean Macfarlane
2021-04-21 16:12:37 -04:00
committed by GitHub

View File

@@ -63,6 +63,7 @@ const AccessPointDetails = ({ locations }) => {
}`),
{
variables: { customerId, type: 'equipment_ap' },
fetchPolicy: 'network-only',
}
);