mirror of
https://github.com/Telecominfraproject/wlan-cloud-ui.git
synced 2025-11-01 19:27:51 +00:00
cleanup
This commit is contained in:
@@ -81,7 +81,7 @@ const ProfileDetails = () => {
|
||||
variables: { customerId, type: 'ssid' },
|
||||
});
|
||||
|
||||
const { data: radiusProfiles } = useQuery(GET_ALL_PROFILES, {
|
||||
const { data: radiusProfiles } = useQuery(GET_ALL_PROFILES(), {
|
||||
variables: { customerId, type: 'radius' },
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user